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

    Show / Hide Table of Contents

    TableStyleOptions Enum

    Namespace:
    GemBox.Document.Tables
    Assembly:
    GemBox.Document.dll

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

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

    For more information about table styles, see table styles article and table styles example.

    Fields

    All

    Apply all conditional formats.

    BandedColumns

    Apply column banding conditional formatting.

    Column banding is a grouping of columns into two successively alternating groups (odd and even).

    Group size is specified by ColumnBandSize. Each group (odd and even) can have its own table style conditional formatting specified.

    BandedRows

    Apply row banding conditional formatting.

    Row banding is a grouping of rows into two successively alternating groups (odd and even).

    Group size is specified by RowBandSize. Each group (odd and even) can have its own table style conditional formatting specified.

    FirstColumn

    Apply first column conditional formatting.

    FirstRow

    Apply first row conditional formatting.

    LastColumn

    Apply last column conditional formatting.

    LastRow

    Apply last row conditional formatting.

    None

    Do not apply any conditional formatting.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.