Xamarin.Android

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelCheckState

    Show / Hide Table of Contents

    Class ExcelCheckState

    Specifies check state of the check box.

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

    Fields

    Checked

    Indicates that checkbox is checked.

    Declaration
    public const ExcelCheckState Checked
    Field Value
    Type Description
    ExcelCheckState

    Mixed

    Mixed state.

    Declaration
    public const ExcelCheckState Mixed
    Field Value
    Type Description
    ExcelCheckState

    Unchecked

    Indicates that checkbox is unchecked.

    Declaration
    public const ExcelCheckState Unchecked
    Field Value
    Type Description
    ExcelCheckState

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved