ChartPoint.Top Property
Gets the distance (in pixels) from the top edge of the specified _CommandBarButton control to the top edge of the screen.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Top As Double
Get
'Usage
Dim instance As ChartPoint
Dim value As Double
value = instance.Top
double Top { get; }
Property Value
Type: System.Double