ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / TableCell Class / HorzSplitBehavior Property

In This Topic
    HorzSplitBehavior Property
    In This Topic
    Gets or sets a value indicating how the content of the current cell is treated when the cell is split vertically between two horizontal (extension, created when the document is too wide) pages. (TableVector.CanSplit should be true for this to happen).
    Syntax
    'Declaration
     
    Public Property HorzSplitBehavior As CellSplitBehaviorEnum
    public CellSplitBehaviorEnum HorzSplitBehavior {get; set;}
    See Also