ChartFormatCollection
GetFormat Method
|
Retrieves the chart format at the specified index.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartFormat GetFormat(
int index
)
Public Function GetFormat (
index As Integer
) As ChartFormat
public:
ChartFormat^ GetFormat(
int index
)
member GetFormat :
index : int -> ChartFormat
Parameters
-
index
-
Type:
System
Int32
The zero-based index of the chart format to retrieve.
Return Value
Type:
ChartFormat
The ChartFormat object at the specified index.
See Also