SPGridView.LowestDataItemIndex Property
Gets the value representing the lowest index value of all displayed items.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property LowestDataItemIndex As Integer
Get
'Usage
Dim instance As SPGridView
Dim value As Integer
value = instance.LowestDataItemIndex
public int LowestDataItemIndex { get; }
Property Value
Type: System.Int32
The lowest index value.