言語

CellDefinition.RowIndex プロパティ

定義

セルの親行のインデックスを取得するか設定します。

public:
 property int RowIndex { int get(); void set(int value); };
public int RowIndex { get; set; }
member this.RowIndex : int with get, set
Public Property RowIndex As Integer

プロパティ値

セルを含む行のインデックス。所有する行がない場合は -1 します。

適用対象