[]
        
(Showing Draft Content)

C1.CalcEngine.IDataSheet.GetValue

GetValue Method

GetValue(int, int)

Returns a value of cell.

Declaration
object GetValue(int col, int row)
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.