PowerTools CalendarGrid for Windows Forms 1.0J
FirstDisplayedCellPosition プロパティ

GcCalendarGrid コントロールに現在表示されている最初のセルの位置を取得または設定します。通常このセルは左上隅にあります。
構文
Public Property FirstDisplayedCellPosition As CalendarCellPosition
public CalendarCellPosition FirstDisplayedCellPosition {get; set;}

プロパティ値

コントロールに現在表示されている最初の CalendarCell を示す CalendarCellPosition
例外
例外解説
System.ArgumentException指定された CalendarCellPosition の RowIndex または ColumnIndex オブジェクトが有効な範囲にありません。
System.InvalidOperationException設定する CalendarCellPosition のスコープが CalendarTableScope.Content ではありません。
参照

GcCalendarGrid クラス
GcCalendarGrid メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.