MESCIUS SPREAD for Windows Forms 15.0J
GroupBarText プロパティ (FpSpread)
使用例 

グループバーテキストを取得または設定します。
構文
'宣言
 
Public Property GroupBarText As String
public string GroupBarText {get; set;}
使用例
次のサンプルコードは、グループバーに表示するテキストを設定します。
fpSpread1.AllowColumnMove = true;
fpSpread1.ActiveSheet.GroupBarInfo.Visible = true;
fpSpread1.ActiveSheet.AllowGroup = true;
fpSpread1.GroupBarText = "Drag A Column Header To The GroupBar";
FpSpread1.AllowColumnMove = True
FpSpread1.ActiveSheet.GroupBarInfo.Visible = True
FpSpread1.ActiveSheet.AllowGroup = True
FpSpread1.GroupBarText = "Drag A Column Header To The GroupBar"
参照

FpSpread クラス
FpSpread メンバ

 

 


© MESCIUS inc. All rights reserved.