Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValuesArray Interface / Item Property
An integer value indicates the row index.
An integer value indicates the column index.


In This Topic
    Item Property (IValuesArray)
    In This Topic
    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