PowerTools CalendarGrid for Windows Forms 1.0J
RowCount プロパティ (CalendarTable)

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

プロパティ値

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

CalendarTable クラス
CalendarTable メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.