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

    Show / Hide Table of Contents

    TablePartStyleType Enum

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

    Represents table style conditional format types which indicate what region of a table will be formatted with TablePartStyle object.

    • C#
    • VB.NET
    public enum TablePartStyleType
    Public Enum TablePartStyleType

    Fields

    BottomLeftCell

    Specifies that the table formatting applies to the bottom left cell.

    BottomRightCell

    Specifies that the table formatting applies to the bottom right cell.

    EvenBandedColumns

    Specifies that the table formatting applies to even numbered groupings of columns.

    EvenBandedRows

    Specifies that the table formatting applies to even numbered groupings of rows.

    FirstColumn

    Specifies that the table formatting applies to the first column.

    FirstRow

    Specifies that the table formatting applies to the first row.

    LastColumn

    Specifies that the table formatting applies to the last column.

    LastRow

    Specifies that the table formatting applies to the last row.

    OddBandedColumns

    Specifies that the table formatting applies to odd numbered groupings of columns.

    OddBandedRows

    Specifies that the table formatting applies to odd numbered groupings of rows.

    TopLeftCell

    Specifies that the table formatting applies to the top left cell.

    TopRightCell

    Specifies that the table formatting applies to the top right cell.

    WholeTable

    Specifies that the conditional formatting applies to the whole table.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.