Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableCell Class / VertSplitBehavior Property

In This Topic
    VertSplitBehavior Property
    In This Topic
    Gets or sets a value indicating how the content of the current cell is treated when the cell is split horizontally between two vertical (regular) pages (TableVector.CanSplit should be true for this to happen).
    Syntax
    'Declaration
     
    Public Property VertSplitBehavior As CellSplitBehaviorEnum
    public CellSplitBehaviorEnum VertSplitBehavior {get; set;}
    See Also