Click or drag to resize

XlsConditionalFormats ContainsCount Method

Returns contains count for specified range.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int ContainsCount(
	Rectangle range
)

Parameters

range
Type: System.Drawing Rectangle
Range to check.

Return Value

Type: Int32
Contains count
See Also