File Formats

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExcelClearOptions

    Show / Hide Table of Contents

    Enum ExcelClearOptions

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

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum ExcelClearOptions

    Fields

    Name Description
    ClearAll

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

    ClearComment

    Clears the comments of the cell.

    ClearConditionalFormats

    Clears all the Conditional Format.

    ClearContent

    Clears the contents of the cell.

    ClearDataValidations

    Clears all data validations.

    ClearFormat

    Clears the formats of the cell.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved