Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ISparklineGroups Interface / Add Method
The type of sparkline.
Represents the range to use to create the sparkline.
In This Topic
    Add Method (ISparklineGroups)
    In This Topic
    Creates a new sparkline group and returns an ISparklineGroup object.
    Syntax
    ISparklineGroup Add( 
       SparkType type,
       System.string sourceData
    )

    Parameters

    type
    The type of sparkline.
    sourceData
    Represents the range to use to create the sparkline.

    Return Value

    See Also