API Reference

Enum

ExcelClearOptions

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
Flags

Selects which cell parts are cleared by ExcelClearOptions).

Inheritance

  • Enum
  • ExcelClearOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ExcelClearOptions None #

Do not clear any cell data or metadata.

Value: 0
public const ExcelClearOptions Values #

Clear literal cell values.

Value: 1
public const ExcelClearOptions Formulas #

Clear cell formulas.

Value: 2
public const ExcelClearOptions Styles #

Clear cell style indexes.

Value: 4
public const ExcelClearOptions Comments #

Clear comments in the selected cells when supported.

Value: 8
public const ExcelClearOptions DataValidations #

Clear data validation rules that overlap the range.

Value: 32
public const ExcelClearOptions ConditionalFormatting #

Clear conditional formatting rules that overlap the range.

Value: 64
public const ExcelClearOptions Merges #

Clear merged-cell definitions that overlap the range.

Value: 128
public const ExcelClearOptions Sparklines #

Clear sparklines whose target cells overlap the range.

Value: 256
public const ExcelClearOptions All #

Clear all supported cell data and range metadata.

Value: 511