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