public CellRange GetFloatCell( int row, int column )
'Declaration Public Function GetFloatCell( _ ByVal row As Integer, _ ByVal column As Integer _ ) As CellRange
'Declaration
Public Function GetFloatCell( _ ByVal row As Integer, _ ByVal column As Integer _ ) As CellRange
'Usage Dim instance As SpreadView Dim row As Integer Dim column As Integer Dim value As CellRange value = instance.GetFloatCell(row, column)
'Usage
Dim instance As SpreadView Dim row As Integer Dim column As Integer Dim value As CellRange value = instance.GetFloatCell(row, column)
SpreadView Class SpreadView Members