Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetRowVisible Method / GetRowVisible(Int32) Method
The row index.


In This Topic
    GetRowVisible(Int32) Method
    In This Topic
    Gets whether the control displays the specified row.
    Syntax
    'Declaration
     
    Public Overloads Function GetRowVisible( _
       ByVal row As Integer _
    ) As Boolean
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim value As Boolean
     
    value = instance.GetRowVisible(row)
    public bool GetRowVisible( 
       int row
    )

    Parameters

    row
    The row index.

    Return Value

    Returns true if the row is visible in this sheet; otherwise, false.
    See Also