GetCell (GridData) *

Introduced

4.0

Description

Returns the value stored on a specific cell of the GridData object.

Scripting Syntax

GridData.GetCell( ColumnIndex, RowIndex )

C# Syntax

Object GridData.GetCell( Object in_Column, Object in_Row );

Parameters

Parameter

Type

Description

ColumnIndex

Long or String

Index or label of the Column. The left-most column has index 0.

RowIndex

Long or String

Index or label of the Row. The top row has index 0.

Return Value

Variant containing the contents of the Cell. The variant is empty if the cell is empty.

See Also

GridData.SetCell

GridData.Data



Autodesk Softimage v7.5