Click or drag to resize

IConditionalFormatsCollection Remove Method

Removes range from the collection of conditional formats.

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

Parameters

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