IDataValidationTable
Remove Method
|
Removes specified rectangles from the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void Remove(
Rectangle[] rectangles
)
Sub Remove (
rectangles As Rectangle()
)
void Remove(
array<Rectangle>^ rectangles
)
abstract Remove :
rectangles : Rectangle[] -> unit
Parameters
-
rectangles
-
Type:
System.Drawing
Rectangle
Rectangles to remove.
See Also