SparkAxes.Vertical Property
Gets the SparkVerticalAxis object for the specified SparkAxes object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Vertical As SparkVerticalAxis
Get
'Usage
Dim instance As SparkAxes
Dim value As SparkVerticalAxis
value = instance.Vertical
SparkVerticalAxis Vertical { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.SparkVerticalAxis
The SparkVerticalAxis object for the specified SparkAxes object.
Remarks
Read-only.