PowerTools SPREAD for Windows Forms 8.0J
IsRowUsed メソッド (AggregationDataModel)


チェックする行のインデックス
指定した行にデータがあるかどうか(空でないかどうか)を判定します。
構文
'Declaration
 
Public Overrides Function IsRowUsed( _
   ByVal row As Integer _
) As Boolean
'使用法
 
Dim instance As AggregationDataModel
Dim row As Integer
Dim value As Boolean
 
value = instance.IsRowUsed(row)
public override bool IsRowUsed( 
   int row
)

パラメータ

row
チェックする行のインデックス
参照

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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