Click or drag to resize

XlsChartFormatCollection Item Property

Returns single format by DrawingZOrder. Read-only.

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

Parameters

index
Type: System Int32

Property Value

Type: XlsChartFormat
See Also