Click or drag to resize

XlsDataValidationCollection Remove Method ( Rectangle )

Removes ranges from collection. Ranges to remove.

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[] rectangles
)

Parameters

rectangles
Type: System.Drawing Rectangle

Implements

IDataValidationCollection Remove( Rectangle )
See Also