Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / GetRowViewportCount Method


In This Topic
    GetRowViewportCount Method (GcSpreadSheet)
    In This Topic
    Gets the row viewport count in the control.
    Syntax
    'Declaration
     
    Public Function GetRowViewportCount() As Integer
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Integer
     
    value = instance.GetRowViewportCount()
    public int GetRowViewportCount()

    Return Value

    The row viewport count.
    See Also