XlsConditionalFormats
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
)
Public Sub Remove (
arrRanges As Rectangle()
)
public:
void Remove(
array<Rectangle>^ arrRanges
)
member Remove :
arrRanges : Rectangle[] -> unit
Parameters
-
arrRanges
-
Type:
System.Drawing
Rectangle
Array of ranges to remove.
See Also