Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IFindRowsVisibleStateSupport Interface / GetRowVisibleState Method
Index of specified row.


In This Topic
    GetRowVisibleState Method
    In This Topic
    Gets the visible state of the specified row.
    Syntax
    'Declaration
     
    
    Function GetRowVisibleState( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IFindRowsVisibleStateSupport
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.GetRowVisibleState(row)
    bool GetRowVisibleState( 
       int row
    )

    Parameters

    row
    Index of specified row.

    Return Value

    true if row is visbile and has a size greater than 0; otherwise, returns false.
    See Also