XlsValidation
RemoveRange Method (
Rectangle
)
|
Removes ranges from collection.
Ranges to remove.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void RemoveRange(
Rectangle[] rectangles
)
Public Sub RemoveRange (
rectangles As Rectangle()
)
public:
void RemoveRange(
array<Rectangle>^ rectangles
)
member RemoveRange :
rectangles : Rectangle[] -> unit
Parameters
-
rectangles
-
Type:
System.Drawing
Rectangle
See Also