Click or drag to resize

XlsWorksheetCustomProperties Item Property (Int32)

Gets XlsCustomProperty object at the special field.

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

Parameters

fieldIndex
Type: System Int32
The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0).

Return Value

Type: XlsCustomProperty
Returens XlsCustomProperty object.

Implements

ICustomPropertiesCollection Item Int32
See Also