Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparkAxes Interface / Vertical Property


In This Topic
Vertical Property (ISparkAxes)
In This Topic
Gets the ISparkVerticalAxis object for the specified SparkAxes object.
Syntax
'Declaration
 
ReadOnly Property Vertical As ISparkVerticalAxis
 
'Usage
 
Dim instance As ISparkAxes
Dim value As ISparkVerticalAxis
 
value = instance.Vertical
See Also