Click or drag to resize

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
)

Parameters

rectangles
Type: System.Drawing Rectangle
Rectangles to remove.
See Also