[]
        
(Showing Draft Content)

C1.CalcEngine.IDataSheet.GetValue

GetValue Method

GetValue(int, int)

Returns a value of cell.

Declaration
object GetValue(int col, int row)
Function GetValue(col As Integer, row As Integer) As Object
Parameters
Type Name Description
int col

Column index in sheet.

int row

Row index in sheet.

Returns
Type Description
object

Cell value at the specified column and row index.