Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / RequestRowVisibleStatesEventArgs Class / Row Property


In This Topic
    Row Property (RequestRowVisibleStatesEventArgs)
    In This Topic
    Gets the first row index of the row range for finding the rows visible states.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As RequestRowVisibleStatesEventArgs
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}
    See Also