Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / SplitRow Property


In This Topic
    SplitRow Property (WorksheetView)
    In This Topic
    Gets or sets the row number where the window is split into panes (the number of rows to the top of the split line).
    Syntax
    'Declaration
     
    
    Public Property SplitRow As Integer
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Integer
     
    instance.SplitRow = value
     
    value = instance.SplitRow
    public int SplitRow {get; set;}

    Property Value

    An integer value represents the split row.
    See Also