Click or drag to resize

XlsWorksheetConditionalFormats Remove Method ( Rectangle )

Removes range from the collection of conditional formats.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Remove(
	Rectangle[] arrRanges
)

Parameters

arrRanges
Type: System.Drawing Rectangle
Array of ranges to remove.

Implements

IConditionalFormatsCollection Remove( Rectangle )
See Also