Spread Windows Forms 12.0 Product Documentation
Item Property (IValuesArray)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IValuesArray Interface : Item Property
An integer value indicates the row index.
An integer value indicates the column index.
Gets the IPrimitiveValue at the specified row and column.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As IPrimitiveValue
'Usage
 
Dim instance As IValuesArray
Dim row As Integer
Dim column As Integer
Dim value As IPrimitiveValue
 
value = instance.Item(row, column)
IPrimitiveValue this[ 
   int row,
   int column
]; {get;}

Parameters

row
An integer value indicates the row index.
column
An integer value indicates the column index.

Property Value

IPrimitiveValue.
See Also

Reference

IValuesArray Interface
IValuesArray Members