GrapeCity CalendarGrid for Windows Forms 2.0J
ColumnCount プロパティ (CalendarTable)

このテーブルの列数を取得または設定します。列数は CalendarTemplate 内のテーブルにのみ設定できます。GcCalendarGrid 内のテーブルは、CalendarTemplate 内の関連するテーブルと同じ数の列を持ちます。
構文
Public Property ColumnCount As Integer
public int ColumnCount {get; set;}

プロパティ値

列数を示す System.Int32 値。
例外
例外解説
System.InvalidOperationExceptionテーブルが CalendarTemplate に属していません。
System.ArgumentOutOfRangeException 値が 0 未満です。
参照

CalendarTable クラス
CalendarTable メンバ

 

 


c 2008 GrapeCity inc. All rights reserved.