Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelClearOptions - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelClearOptions

    Specifies the possible directions to clear the cell formats, content, comments,conditional format,data validation or clear all of them.

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

    Fields

    ClearAll

    Clears the comments, content, conditional formats, data validations and formats of the cell.

    Declaration
    public const ExcelClearOptions ClearAll
    Field Value
    Type Description
    ExcelClearOptions

    ClearComment

    Clears the comments of the cell.

    Declaration
    public const ExcelClearOptions ClearComment
    Field Value
    Type Description
    ExcelClearOptions

    ClearConditionalFormats

    Clears all the Conditional Format.

    Declaration
    public const ExcelClearOptions ClearConditionalFormats
    Field Value
    Type Description
    ExcelClearOptions

    ClearContent

    Clears the contents of the cell.

    Declaration
    public const ExcelClearOptions ClearContent
    Field Value
    Type Description
    ExcelClearOptions

    ClearDataValidations

    Clears all data validations.

    Declaration
    public const ExcelClearOptions ClearDataValidations
    Field Value
    Type Description
    ExcelClearOptions

    ClearFormat

    Clears the formats of the cell.

    Declaration
    public const ExcelClearOptions ClearFormat
    Field Value
    Type Description
    ExcelClearOptions

    value__

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