PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / RenderTable Class / ColsCanSplit Property

In This Topic
    ColsCanSplit Property (RenderTable)
    In This Topic
    Gets or sets a value indicating whether table columns can split between pages (you can override this value for individual columns using TableVector.CanSplit property). The default is false.
    Syntax
    'Declaration
     
    Public Property ColsCanSplit As Boolean
    public bool ColsCanSplit {get; set;}
    See Also