menu

UWP

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

    Show / Hide Table of Contents

    Class ExcelCheckState

    Specifies check state of the check box.

    Inheritance
    System.Object
    ExcelCheckState
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public sealed class ExcelCheckState : Enum

    Fields

    Checked

    Indicates that checkbox is checked.

    Declaration
    public const ExcelCheckState Checked
    Field Value
    Type
    ExcelCheckState

    Mixed

    Mixed state.

    Declaration
    public const ExcelCheckState Mixed
    Field Value
    Type
    ExcelCheckState

    Unchecked

    Indicates that checkbox is unchecked.

    Declaration
    public const ExcelCheckState Unchecked
    Field Value
    Type
    ExcelCheckState

    Extension Methods

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