Click or drag to resize

XlsChartFormatCollection SetIndex Method

Note: This API is now obsolete.

Sets value by index.

Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public void SetIndex(
	int index,
	int Value
)

Parameters

index
Type: System Int32
Index to set.
Value
Type: System Int32
Value to set.
See Also