PowerTools MultiRow for Windows Forms 8.0J
Item(String) プロパティ

セルの名前。
指定したセル名を持つCellを取得します。
構文
Public Overloads ReadOnly Property Item( _
   ByVal cellName As String _
) As Cell
public Cell Item( 
   string cellName
) {get;}

パラメータ

cellName
セルの名前。

プロパティ値

指定したセル名を持つCell
例外
例外解説
System.ArgumentNullExceptioncellNameがnull 参照 (Visual Basicでは Nothing)です。
System.ArgumentExceptioncellNameSection内のどのCellの名前とも一致しません。
参照

Section クラス
Section メンバ
オーバーロード一覧
Cell クラス
CellCollection クラス

 

 


© 2008-2015 GrapeCity inc. All rights reserved.