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

In This Topic
    HeadingFormat Property (TableStyleBase)
    In This Topic
    Gets or sets a value indicating whether a table row shall be repeated at the top of each new page on which part of this table is displayed. This gives this table row the behavior of a 'header' row on each of these pages.
    Syntax
    'Declaration
     
    Public Property HeadingFormat As System.Boolean
    public System.bool HeadingFormat {get; set;}
    See Also