Updated: November 2007
Gets the index of the first record that is displayed on a page of data .
<BrowsableAttribute(False)> _ Public ReadOnly Property StartRowIndex As Integer
Dim instance As DataPager Dim value As Integer value = instance.StartRowIndex
[BrowsableAttribute(false)] public int StartRowIndex { get; }
[BrowsableAttribute(false)] public: property int StartRowIndex { int get (); }
/** @property */ /** @attribute BrowsableAttribute(false) */ public int get_StartRowIndex()
public function get StartRowIndex () : int
The index of the first record that is displayed on a page of data.
Windows Vista, Windows XP SP2, Windows Server 2003