Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TableStyleBase Class / AllowBreakAcrossPages Property

In This Topic
    AllowBreakAcrossPages Property (TableStyleBase)
    In This Topic
    Gets or sets a value indicating whether the content within the cells can be rendered on multiple pages.
    Syntax
    'Declaration
     
    Public Property AllowBreakAcrossPages As System.Boolean
    public System.bool AllowBreakAcrossPages {get; set;}
    Remarks
    When displaying the contents of a table cell, it is possible that a page break would fall within the contents of a table cell, causing the contents of that cell to be displayed across two different pages. If this property is false, then all contents of a table row shall be rendered on the same page by moving the start of the current row to the start of a new page if necessary. If the contents of this table row cannot fit on a single page, then this row shall start on a new page and flow onto multiple pages as necessary.
    See Also