[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetView.GetUnboundValue

GetUnboundValue Method

GetUnboundValue(int, int)

Gets the unbound value for a cell at the specified row and column.

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