Table of Contents

Interface ICharts

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

Properties

Count

int Count { get; }

Property Value

int

this[int]

IChart this[int index] { get; }

Parameters

index int

Property Value

IChart

this[string]

IChart this[string name] { get; }

Parameters

name string

Property Value

IChart

Methods

Add()

IChart Add()

Returns

IChart

Add(string)

IChart Add(string name)

Parameters

name string

Returns

IChart

Remove(string)

IChart Remove(string name)

Parameters

name string

Returns

IChart