Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableVector Class / CanSplit Property

In This Topic
    CanSplit Property (TableVector)
    In This Topic
    Gets or sets a value indicating whether the current vector (row or column) can split between pages. The default value is false.
    Syntax
    'Declaration
     
    Public Property CanSplit As Boolean
    public bool CanSplit {get; set;}
    See Also