Click or drag to resize

PivotConditionalFormat Item Property

Gets the conditional format at the specified index.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IConditionalFormat this[
	int index
] { get; }

Parameters

index
Type: System Int32
The zero-based index of the conditional format to get.

Return Value

Type: IConditionalFormat
The conditional format at the specified index.
See Also