Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetUnboundValue Method
Row index
Column index


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

Parameters

row
Row index
column
Column index
See Also