GrapeCity CalendarGrid for Windows Forms 2.0J
Item(Int32,Int32) プロパティ

テーブル内での 0 から始まる行インデックスを表す System.Int32 値。
テーブル内での 0 から始まる列インデックスを表す System.Int32 値。
指定したインデックスにある CalendarCell を取得します。
構文
Public Overloads ReadOnly Property Item( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As CalendarCell
public CalendarCell Item( 
   int row,
   int column
) {get;}

パラメータ

row
テーブル内での 0 から始まる行インデックスを表す System.Int32 値。
column
テーブル内での 0 から始まる列インデックスを表す System.Int32 値。

プロパティ値

指定したインデックスにあるセルを表す CalendarCell
例外
例外解説
System.ArgumentOutOfRangeException

row が 0 未満か、RowCount - 1 を超えています。

または

column が 0 未満か、ColumnCount - 1 を超えています。

参照

CalendarTable クラス
CalendarTable メンバ
オーバーロード一覧

 

 


c 2008 GrapeCity inc. All rights reserved.