Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderTable Class / ColsSplitBehavior Property

In This Topic
    ColsSplitBehavior Property
    In This Topic
    Gets or sets a value determining how a table column is treated when it is too wide to fit in the horizontal space available on the current page. (you can override this value for individual columns using TableVector.SplitBehavior property).

    The default is SplitBehaviorEnum.Never.

    Syntax
    'Declaration
     
    Public Property ColsSplitBehavior As SplitBehaviorEnum
    public SplitBehaviorEnum ColsSplitBehavior {get; set;}
    See Also