Range.SparklineGroups Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a SparklineGroups object that represents an existing group of sparklines from the specified range.
public:
property Microsoft::Office::Interop::Excel::SparklineGroups ^ SparklineGroups { Microsoft::Office::Interop::Excel::SparklineGroups ^ get(); };
public Microsoft.Office.Interop.Excel.SparklineGroups SparklineGroups { get; }
Public ReadOnly Property SparklineGroups As SparklineGroups
Property Value
A SparklineGroups object that represents an existing group of sparklines from the specified range.
Remarks
Read-only.