Click or drag to resize

IConditionalFormatsCollection Item Property

Gets the conditional formats for the specified field index.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
XlsConditionalFormats this[
	int fieldIndex
] { get; }

Parameters

fieldIndex
Type: System Int32
The zero-based index of the field.

Return Value

Type: XlsConditionalFormats
The XlsConditionalFormats for the specified field.
See Also