[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.GetUnboundValue

GetUnboundValue Method

GetUnboundValue(int, int)

Gets the unbound value for the cell for 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 of cell

int column

Column index of cell

Returns
Type Description
object
Implements