'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
Return Value
Object containing the unbound value