ChartFormatCollection
Item Property
|
Gets chart format.
Namespace:
Spire.Xls.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ChartFormat this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ChartFormat
Get
public:
property ChartFormat^ default[int index] {
ChartFormat^ get (int index);
}
member Item : ChartFormat with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
ChartFormat
See Also