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
'使用法 Dim instance As SpreadView Dim row As Integer Dim column As Integer Dim value As CellRange value = instance.GetFloatCell(row, column)
'使用法
Dim instance As SpreadView Dim row As Integer Dim column As Integer Dim value As CellRange value = instance.GetFloatCell(row, column)
SpreadView クラス SpreadView メンバ
© 2004-2017, GrapeCity inc. All rights reserved.