Click or drag to resize

XlsConditionalFormats Contains Method ( Rectangle )

Indicates whether collection contains all specified ranges.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool Contains(
	Rectangle[] arrRanges
)

Parameters

arrRanges
Type: System.Drawing Rectangle
Ranges to check.

Return Value

Type: Boolean
True if collection contains all specified ranges.
See Also