SPREAD for WPF 4.0J - GcSpreadSheet
SetTotalsRowLabel メソッド

GrapeCity.Spreadsheet 名前空間 > Table クラス : SetTotalsRowLabel メソッド
計算列のインデックスを示す整数値。
集計行のラベルを示す文字列値。
集計行のラベルを設定します。
シンタックス
'宣言
 
Public Sub SetTotalsRowLabel( _
   ByVal index As System.Integer, _
   ByVal text As System.String _
) 
public void SetTotalsRowLabel( 
   System.int index,
   System.string text
)

パラメータ

index
計算列のインデックスを示す整数値。
text
集計行のラベルを示す文字列値。
参照

Table クラス
Table メンバ