GridShapeDraw.Bottom
GridShapeDraw.Bottom property
Represents the width of the shape’s vertical offset from its lower bottom corner row, in unit of pixels.
public int Bottom { get; set; }
Examples
[C#]
if (shape.Bottom == 3)
shape.Bottom = 1;
See Also
- class GridShapeDraw
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop