Namespace: Spire.Xls.Core.Spreadsheet
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 ISparklines : IList<ISparkline>, 
	ICollection<ISparkline>, IEnumerable<ISparkline>, IEnumerable
Public Interface ISparklines
	Inherits IList(Of ISparkline), ICollection(Of ISparkline), 
	IEnumerable(Of ISparkline), IEnumerable
public interface class ISparklines : IList<ISparkline^>, 
	ICollection<ISparkline^>, IEnumerable<ISparkline^>, IEnumerable
type ISparklines =  
    interface
        interface IList<ISparkline>
        interface ICollection<ISparkline>
        interface IEnumerable<ISparkline>
        interface IEnumerable
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Add()()()()
Add(T)
Adds an item to the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ISparkline>)>)>.)
Add(CellRange, CellRange)
Add(CellRange, CellRange, Boolean)
Clear()()()()
Removes all items from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ISparkline>)>)>.)
Clear(Sparkline)
Contains(T)
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
(Inherited from ICollection<(Of <(<'ISparkline>)>)>.)
CopyTo(array<T>[]()[][], Int32)
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
(Inherited from ICollection<(Of <(<'ISparkline>)>)>.)
Count
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ISparkline>)>)>.)
GetEnumerator()()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'ISparkline>)>)>.)
GetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
IndexOf(T)
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
(Inherited from IList<(Of <(<'ISparkline>)>)>.)
Insert(Int32, T)
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
(Inherited from IList<(Of <(<'ISparkline>)>)>.)
IsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
(Inherited from ICollection<(Of <(<'ISparkline>)>)>.)
Item[([( Int32])])
Gets or sets the element at the specified index.
(Inherited from IList<(Of <(<'ISparkline>)>)>.)
RefreshRanges(CellRange, CellRange)
RefreshRanges(CellRange, CellRange, Boolean)
Remove(T)
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ISparkline>)>)>.)
RemoveAt(Int32)
Removes the IList<(Of <(<'T>)>)> item at the specified index.
(Inherited from IList<(Of <(<'ISparkline>)>)>.)

See Also