[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IValuesArray.Item

this Property

this[int, int]

Gets the IPrimitiveValue at the specified row and column.

Declaration
IPrimitiveValue this[int row, int column] { get; }
ReadOnly Default Property Item(row As Integer, column As Integer) As IPrimitiveValue
Parameters
Type Name Description
int row

An integer value indicates the row index.

int column

An integer value indicates the column index.

Property Value
Type Description
IPrimitiveValue

IPrimitiveValue.