Table of Contents

ExcelFile.ClearDataValidation Method

Overloads

ExcelFile.ClearDataValidation

Clears all data validation entries in the active sheet.

Syntax

Namespace: FlexCel.Core

public abstract void ClearDataValidation()

See also

ExcelFile.ClearDataValidation(TXlsCellRange)

Clears all data validation entries inside the specified range.

Syntax

Namespace: FlexCel.Core

public abstract void ClearDataValidation(TXlsCellRange range)

Parameters

<-> Parameter Type Description
range TXlsCellRange Range of cells where data validation will be cleared.

See also