Jump to content

I want to know how to change the table value


kisang han

Recommended Posts

I'd like to modify the table value with Python script inside the spotfire.

I want to change the value like code 2: below, but I don't know how to specify the address (arrow part).

Code 1: I want to know the command that will go into the arrow part of the .

Code1:

dtSpec = Document.Data.Tables["Spec"]

itemCol = dtSpec.Columns["item"]

for i in range(0, dtSpec.RowCount):

n=n+1

here ??????

→[table.column(i).value]← = n

Code2:

var(1 to 10, 1 to 10)

for i = 1 to 10

here ↓

var(i,1) = i

next i

I want to use it like an arrow in the code

Is there a way?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...