Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface ICharts : IEnumerable, 
	IExcelApplication
Public Interface ICharts
	Inherits IEnumerable, IExcelApplication
public interface class ICharts : IEnumerable, 
	IExcelApplication
type ICharts =  
    interface
        interface IEnumerable
        interface IExcelApplication
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Add()()()()
Add(String)
Count
GetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Item[([( Int32])])
Item[([( String])])
Parent (Inherited from IExcelApplication.)
Remove(String)

See Also