ChartsCollection
Item Property (String)
|
Get a chart object by name.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Chart this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Chart
Get
public:
property Chart^ default[String^ name] {
Chart^ get (String^ name);
}
member Item : Chart with get
Parameters
-
name
-
Type:
System
String
Property Value
Type:
Chart
See Also