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 小于零且大于集合中的行数减一。

适用于

另请参阅