GemBox.Presentation
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TableStyleOptions Enum

    Namespace:
    GemBox.Presentation.Tables
    Assembly:
    GemBox.Presentation.dll

    Specifies which table style special formats are applied to a table.

    • C#
    • VB.NET
    [Flags]
    public enum TableStyleOptions
    <Flags>
    Public Enum TableStyleOptions

    Fields

    All

    Apply all special formatting.

    BandedColumns

    Apply special formatting in which even columns are formatted differently from odd columns.

    BandedRows

    Apply special formatting in which even rows are formatted differently from odd rows.

    FirstColumn

    Apply special formatting for the first column of the specified table.

    FirstRow

    Apply special formatting for the first row of the specified table.

    LastColumn

    Apply special formatting for the last column of the specified table.

    LastRow

    Apply special formatting for the last row of the specified table.

    None

    Do not apply any special formatting.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.