GrapeCity SPREAD for Windows Forms 11.0J
InnerMargins プロパティ (DropDownCalendar)


日付領域のマージンを取得または設定します。
構文
'Declaration
 
Public Property InnerMargins As Padding
'使用法
 
Dim instance As DropDownCalendar
Dim value As Padding
 
instance.InnerMargins = value
 
value = instance.InnerMargins
public Padding InnerMargins {get; set;}

プロパティ値

ドロップダウンカレンダーの内部マージンを示す System.Windows.Forms.Padding 値。
解説
このプロパティは、各カレンダービューとそのヘッダとの間隔を決定します。
次のサンプルコードは、InnerMarginsプロパティを設定します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType gcDateTimeCell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
gcDateTimeCell1.DropDownCalendar.InnerMargins = new Padding(10);
fpSpread1.Sheets[0].Cells[1, 1].CellType = gcDateTimeCell1;
Dim gcDateTimeCell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
gcDateTimeCell1.DropDownCalendar.InnerMargins = New Padding(10)
FpSpread1.Sheets(0).Cells(1, 1).CellType = gcDateTimeCell1
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.