MESCIUS SPREAD for Windows Forms 17.0J
GroupBarText プロパティ (FpSpread)

グループバーテキストを取得または設定します。
構文
'Declaration
 
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.