DataGridViewRowCollection.GetRowState(Int32) メソッド

定義

指定されたインデックスの行の状態を取得します。

public:
 virtual System::Windows::Forms::DataGridViewElementStates GetRowState(int rowIndex);
public virtual System.Windows.Forms.DataGridViewElementStates GetRowState (int rowIndex);
abstract member GetRowState : int -> System.Windows.Forms.DataGridViewElementStates
override this.GetRowState : int -> System.Windows.Forms.DataGridViewElementStates
Public Overridable Function GetRowState (rowIndex As Integer) As DataGridViewElementStates

パラメーター

rowIndex
Int32

行のインデックス。

戻り値

DataGridViewElementStates

指定された行の状態を示す、DataGridViewElementStates 値のビットごとの組み合わせ。

例外

rowIndex が、ゼロ未満で、コントロール内の行数から 1 を引いた値を超えています。

適用対象

こちらもご覧ください