DataGridViewRowCollection.GetRowState(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具有指定索引的資料列狀態。
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 值的位元組合,指定資料列的狀態。
例外狀況
rowIndex
小於零或大於集合中的資料列數目減一。