menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TableConditionalFormattingType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TableConditionalFormattingType

    Specifies the area of a table in which to apply special style formatting.

    Inheritance
    System.Object
    TableConditionalFormattingType
    Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
    Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
    Syntax
    public sealed class TableConditionalFormattingType : Enum

    Fields

    EvenColumnBanding

    Applies formatting to even-numbered columns.

    Declaration
    public const TableConditionalFormattingType EvenColumnBanding
    Field Value
    Type
    TableConditionalFormattingType

    EvenRowBanding

    Applies formatting to even-numbered rows.

    Declaration
    public const TableConditionalFormattingType EvenRowBanding
    Field Value
    Type
    TableConditionalFormattingType

    FirstColumn

    Applies formatting to the first column in a table.

    Declaration
    public const TableConditionalFormattingType FirstColumn
    Field Value
    Type
    TableConditionalFormattingType

    FirstRow

    Declaration
    public const TableConditionalFormattingType FirstRow
    Field Value
    Type
    TableConditionalFormattingType

    FirstRowFirstCell

    Applies formatting to the first cell in the first row.

    Declaration
    public const TableConditionalFormattingType FirstRowFirstCell
    Field Value
    Type
    TableConditionalFormattingType

    FirstRowLastCell

    Applies formatting to the last cell in the first row.

    Declaration
    public const TableConditionalFormattingType FirstRowLastCell
    Field Value
    Type
    TableConditionalFormattingType

    LastColumn

    Applies formatting to the last column in a table.

    Declaration
    public const TableConditionalFormattingType LastColumn
    Field Value
    Type
    TableConditionalFormattingType

    LastRow

    Applies formatting to the last row in a table.

    Declaration
    public const TableConditionalFormattingType LastRow
    Field Value
    Type
    TableConditionalFormattingType

    LastRowFirstCell

    Applies formatting to the first cell in the last row of the table.

    Declaration
    public const TableConditionalFormattingType LastRowFirstCell
    Field Value
    Type
    TableConditionalFormattingType

    LastRowLastCell

    Applies formatting to the last cell in the last row of the table.

    Declaration
    public const TableConditionalFormattingType LastRowLastCell
    Field Value
    Type
    TableConditionalFormattingType

    OddColumnBanding

    Applies formatting to odd-numbered columns.

    Declaration
    public const TableConditionalFormattingType OddColumnBanding
    Field Value
    Type
    TableConditionalFormattingType

    OddRowBanding

    Applies formatting to odd-numbered rows.

    Declaration
    public const TableConditionalFormattingType OddRowBanding
    Field Value
    Type
    TableConditionalFormattingType

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved