Table of Contents

Interface IChartShapes

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IChartShapes : IEnumerable, IExcelApplication
Inherited Members

Properties

Count

int Count { get; }

Property Value

int

this[int]

IChartShape this[int index] { get; }

Parameters

index int

Property Value

IChartShape

Methods

RemoveAt(int)

void RemoveAt(int index)

Parameters

index int