Click or drag to resize

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
)

Parameters

rectangles
Type: System.Drawing Rectangle
See Also