Click or drag to resize

XlsConditionalFormats Item Property

Gets the IConditionalFormat for the specified field index.

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

Parameters

fieldIndex
Type: System Int32

Property Value

Type: IConditionalFormat

Implements

IConditionalFormats Item Int32
See Also