[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetValue

GetValue Method

GetValue(int, int)

Gets unformatted data from the specified cell on this sheet.

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

Row index

int column

Column index

Returns
Type Description
object

A object with value in cell

Exceptions
Type Condition
ArgumentOutOfRangeException

Specified row index is out of range; must be between 0 and the total number of rows

ArgumentOutOfRangeException

Specified column index is out of range; must be between 0 and the total number of columns