Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetView Class / Split Property


In This Topic
    Split Property (SheetView)
    In This Topic
    Gets or sets a value indicating whether the sheetview is split.
    Syntax
    'Declaration
     
    Public Property Split As Boolean
    'Usage
     
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.Split = value
     
    value = instance.Split
    public bool Split {get; set;}

    Property Value

    true if the sheetview is split; otherwise, false.
    Remarks
    It's possible for FreezePanes to be true and Split to be false , or vice versa.
    See Also