Interface ICharts
public interface ICharts : IEnumerable, IExcelApplication
- Inherited Members
Properties
Count
int Count { get; }
Property Value
this[int]
IChart this[int index] { get; }
Parameters
index
int
Property Value
this[string]
IChart this[string name] { get; }
Parameters
name
string
Property Value
Methods
Add()
IChart Add()
Returns
Add(string)
IChart Add(string name)
Parameters
name
string
Returns
Remove(string)
IChart Remove(string name)
Parameters
name
string