SparkAxes.Vertical 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 the SparkVerticalAxis object for the specified SparkAxes object.
public:
property Microsoft::Office::Interop::Excel::SparkVerticalAxis ^ Vertical { Microsoft::Office::Interop::Excel::SparkVerticalAxis ^ get(); };
public Microsoft.Office.Interop.Excel.SparkVerticalAxis Vertical { get; }
Public ReadOnly Property Vertical As SparkVerticalAxis
Property Value
The SparkVerticalAxis object for the specified SparkAxes object.
Remarks
Read-only.