Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetActualRowVisible Method
The row index.
The sheet area.


In This Topic
    GetActualRowVisible Method
    In This Topic
    Gets whether the control displays the specified row in the specified sheet area.
    Syntax
    'Declaration
     
    Public Function GetActualRowVisible( _
       ByVal row As Integer, _
       ByVal sheetArea As SheetArea _
    ) As Boolean
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim sheetArea As SheetArea
    Dim value As Boolean
     
    value = instance.GetActualRowVisible(row, sheetArea)
    public bool GetActualRowVisible( 
       int row,
       SheetArea sheetArea
    )

    Parameters

    row
    The row index.
    sheetArea
    The sheet area.

    Return Value

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