[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IWorksheet.GetValue

GetValue Method

GetValue(int, int)

Gets raw data from the specified cell on this sheet.

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

An integer value indicates the row index of cell.

int column

An integer value indicates the column index of cell.

Returns
Type Description
object

The object value of the cell.