DataRow.m_rowIndex Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An integer value that represents the row index of the data row.
protected: int m_rowIndex;
protected int m_rowIndex;
val mutable m_rowIndex : int
Protected m_rowIndex As Integer