CalendarView for WinForms
Item プロパティ (Matrix)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Matrix クラス : Item プロパティ
Gets or sets the value of element at special location.
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) As System.Double
public System.double this[ 
   System.int row,
   System.int column
]; {get; set;}

パラメータ

row
column

プロパティ値

A double indicates the element value.
解説
Note: The row and column are base on zero.
参照

Matrix クラス
Matrix メンバ