Table of Contents

XlsFile.ClearDataValidation Method

Overloads

XlsFile.ClearDataValidation

Clears all data validation entries in the active sheet.

Syntax

Namespace: FlexCel.XlsAdapter

public override void ClearDataValidation()

See also

XlsFile.ClearDataValidation(TXlsCellRange)

Clears all data validation entries inside the specified range.

Syntax

Namespace: FlexCel.XlsAdapter

public override void ClearDataValidation(TXlsCellRange range)

Parameters

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

See also