top property
top property
Represents the vertical offset of shape from its top row, in unit of pixels.
Remarks
If the shape is in the chart, represents the vertical offset of shape from its top border.
Example
if shape.top == 3:
shape.top = 1
Definition:
@property
def top(self):
...
@top.setter
def top(self, value):
...
See Also
- module
aspose.cells.drawing
- class
ComboBox