Click or drag to resize

XlsWorksheetConditionalFormats Item Property

Gets the XlsConditionalFormats at 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 XlsConditionalFormats this[
	int fieldIndex
] { get; }

Parameters

fieldIndex
Type: System Int32

Property Value

Type: XlsConditionalFormats

Implements

IConditionalFormatsCollection Item Int32
See Also