GrapeCity CalendarGrid for Windows Forms 3.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
参照

参照

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

 

 


c 2008 GrapeCity inc. All rights reserved.