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 ISparklineGroup : IList<ISparklines>, 
	ICollection<ISparklines>, IEnumerable<ISparklines>, IEnumerable
Public Interface ISparklineGroup
	Inherits IList(Of ISparklines), ICollection(Of ISparklines), 
	IEnumerable(Of ISparklines), IEnumerable
public interface class ISparklineGroup : IList<ISparklines^>, 
	ICollection<ISparklines^>, IEnumerable<ISparklines^>, IEnumerable
type ISparklineGroup =  
    interface
        interface IList<ISparklines>
        interface ICollection<ISparklines>
        interface IEnumerable<ISparklines>
        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 <(<'ISparklines>)>)>.)
Clear()()()()
Removes all items from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ISparklines>)>)>.)
Contains(T)
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
(Inherited from ICollection<(Of <(<'ISparklines>)>)>.)
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 <(<'ISparklines>)>)>.)
Count
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ISparklines>)>)>.)
EmptyCellsType
FirstPointColor
GetEnumerator()()()()
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'ISparklines>)>)>.)
GetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
HighPointColor
HorizontalAxisColor
HorizontalDateAxisRange
IndexOf(T)
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
(Inherited from IList<(Of <(<'ISparklines>)>)>.)
Insert(Int32, T)
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
(Inherited from IList<(Of <(<'ISparklines>)>)>.)
IsDisplayHidden
IsHorizontalDateAxis
IsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
(Inherited from ICollection<(Of <(<'ISparklines>)>)>.)
Item[([( Int32])])
Gets or sets the element at the specified index.
(Inherited from IList<(Of <(<'ISparklines>)>)>.)
LastPointColor
LineWeight
LowPointColor
MarkersColor
NegativePointColor
PlotRightToLeft
Remove(T)
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'ISparklines>)>)>.)
RemoveAt(Int32)
Removes the IList<(Of <(<'T>)>)> item at the specified index.
(Inherited from IList<(Of <(<'ISparklines>)>)>.)
ShowFirstPoint
ShowHighPoint
ShowHorizontalAxis
ShowLastPoint
ShowLowPoint
ShowMarkers
ShowNegativePoint
SparklineColor
SparklineType

See Also