menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConditionalFormatScope - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ConditionalFormatScope

    Represents the scope of conditional formatting applied in the PivotTable.

    Inheritance
    System.Object
    ConditionalFormatScope
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ConditionalFormatScope : Enum

    Fields

    DataFields

    Represents that the conditional formatting is applied to the selected data fields.

    Declaration
    public const ConditionalFormatScope DataFields
    Field Value
    Type
    ConditionalFormatScope

    FieldIntersections

    Represents that the conditional formatting is applied to the selected PivotTable field intersections.

    Declaration
    public const ConditionalFormatScope FieldIntersections
    Field Value
    Type
    ConditionalFormatScope

    Selections

    Represents that the conditional formatting is applied to the selected cells.

    Declaration
    public const ConditionalFormatScope Selections
    Field Value
    Type
    ConditionalFormatScope
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved