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


これが行のアウトライン(範囲グループ)であるかどうか
対象の行または列のインデックス
行または列の範囲グループの指定したインデックスのアウトラインレベルを取得します。
構文
'Declaration
 
Public Function GetOutLineLevel( _
   ByVal isRowGroup As Boolean, _
   ByVal index As Integer _
) As Byte
'使用法
 
Dim instance As DefaultRangeGroupModel
Dim isRowGroup As Boolean
Dim index As Integer
Dim value As Byte
 
value = instance.GetOutLineLevel(isRowGroup, index)
public byte GetOutLineLevel( 
   bool isRowGroup,
   int index
)

パラメータ

isRowGroup
これが行のアウトライン(範囲グループ)であるかどうか
index
対象の行または列のインデックス

戻り値の型

アウトライン(範囲グループ)のレベル
参照

DefaultRangeGroupModel クラス
DefaultRangeGroupModel メンバ

 

 


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