PowerTools SPREAD for Windows Forms 8.0J
GetFloatCell メソッド


セルの行インデックス
セルの列インデックス
指定したセルのフローティングセル範囲を返します。
構文
'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)
public CellRange GetFloatCell( 
   int row,
   int column
)

パラメータ

row
セルの行インデックス
column
セルの列インデックス

戻り値の型

CellRangeオブジェクト
参照

SpreadView クラス
SpreadView メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.