[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetUnboundValue

GetUnboundValue Method

GetUnboundValue(int, int)

Gets the unbound value for the cell on this sheet.

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

Row index

int column

Column index

Returns
Type Description
object

The unbound value for the cell.