Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet.ExcelViewportInfo Class / RowPaneCount Field


In This Topic
    RowPaneCount Field
    In This Topic
    Row pane count.
    Syntax
    'Declaration
     
    Public RowPaneCount As Integer
    'Usage
     
    Dim instance As ExcelWorksheet.ExcelViewportInfo
    Dim value As Integer
     
    value = instance.RowPaneCount
     
    instance.RowPaneCount = value
    public int RowPaneCount
    See Also