Interface IChartShapes
public interface IChartShapes : IEnumerable, IExcelApplication
- Inherited Members
Properties
Count
int Count { get; }
Property Value
this[int]
IChartShape this[int index] { get; }
Parameters
index
int
Property Value
Methods
RemoveAt(int)
void RemoveAt(int index)
Parameters
index
int