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
)
Public Function ContainsCount (
range As Rectangle
) As Integer
public:
int ContainsCount(
Rectangle range
)
member ContainsCount :
range : Rectangle -> int
Parameters
-
range
-
Type:
System.Drawing
Rectangle
Range to check.
Return Value
Type:
Int32
Contains count
See Also