Sparkline Members
Include Protected Members
Include Inherited Members
Represents a single sparkline.
The Sparkline type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. | |
Creator | Gets a 32-bit integer that indicates the application in which this object was created. | |
Location | Gets or sets the location of a single sparkline. | |
Parent | Gets the parent SparklineGroup object for the specified object. | |
SourceData | Gets or sets the range that contains the source data for a single sparkline. |
Top
Methods
Name | Description | |
---|---|---|
ModifyLocation | Modifies the location of a single sparkline. | |
ModifySourceData | Modifies the source data for a single sparkline. |
Top