FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetUnboundValue Method
Row index of cell
Column index of cell


In This Topic
GetUnboundValue Method (DefaultSheetDataModel)
In This Topic
Gets the unbound value for the cell for the specified row and column.
Syntax
'Declaration
 
Public Function GetUnboundValue( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Object
 
'Usage
 
Dim instance As DefaultSheetDataModel
Dim row As Integer
Dim column As Integer
Dim value As Object
 
value = instance.GetUnboundValue(row, column)

Parameters

row
Row index of cell
column
Column index of cell
See Also