PowerTools SPREAD for ASP.NET 8.0J
GroupBarText プロパティ

グループバーテキストを取得または設定します。
構文
'Declaration
 
Public Property GroupBarText As String
public string GroupBarText {get; set;}
次のサンプルコードは、GroupBarTextプロパティを設定します。
FpSpread1.Sheets[0].AllowColumnMove = true;
FpSpread1.Sheets[0].GroupBarVisible = true;
FpSpread1.Sheets[0].AllowGroup = true;
FpSpread1.Sheets[0].GroupBarText = "test";
ListBox1.Items.Add(FpSpread1.Sheets[0].GroupBarText(1).ToString());
FpSpread1.Sheets(0).AllowColumnMove = True
FpSpread1.Sheets(0).GroupBarVisible = True
FpSpread1.Sheets(0).AllowGroup = True
FpSpread1.Sheets(0).GroupBarText = "test"
ListBox1.Items.Add(FpSpread1.Sheets(0).GroupBarText(1).ToString())
参照

SheetView クラス
SheetView メンバ

 

 


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