Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FootnoteOptions Class / LayoutColumns Property

In This Topic
    LayoutColumns Property
    In This Topic
    Gets or sets the way footnotes are laid out in columns when the section containing the reference mark has multiple columns. This property has affect only for the current section (not in Settings).
    Syntax
    'Declaration
     
    Public Property LayoutColumns As System.Integer
    public System.int LayoutColumns {get; set;}
    Remarks
    If value is zero, then the footnotes area of the page is formatted with a number of columns based on the number of columns on the displayed page.
    See Also