Click or drag to resize

IConditionalFormatsCollection GetByIndex Method

Returns a single Filter object from a collection.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
XlsConditionalFormats GetByIndex(
	int index
)

Parameters

index
Type: System Int32

Return Value

Type: XlsConditionalFormats
See Also