バージョン

CalendarDimensions コンストラクタ

新しい CalendarDimensions を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal rows As Integer, _
   ByVal columns As Integer _
)
public CalendarDimensions( 
   int rows,
   int columns
)

パラメータ

rows
行数
columns
列の数
例外
例外解説
System.ArgumentOutOfRangeException行数および列数は 0 以下に設定する必要があります。
参照