Click or drag to resize

XlsWorksheetConditionalFormats GetByIndex Method

Returns a single Filter object from a collection.

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 GetByIndex(
	int index
)

Parameters

index
Type: System Int32

Return Value

Type: XlsConditionalFormats

Implements

IConditionalFormatsCollection GetByIndex(Int32)
See Also