Click or drag to resize

XlsWorksheetConditionalFormats FindAll Method

Finds all conditional formats within the 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 XlsConditionalFormats[] FindAll(
	Rectangle[] arrRanges
)

Parameters

arrRanges
Type: System.Drawing Rectangle
An array of Rectangle objects representing the ranges to search for conditional formats.

Return Value

Type: XlsConditionalFormats
An array of XlsConditionalFormats objects found within the specified ranges.

Implements

IConditionalFormatsCollection FindAll( Rectangle )
See Also