Returns a distance from top side of a table to top side of a cell.
Read-only
Double.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic double OffsetY { get; }
Public ReadOnly Property OffsetY As Double
Get
public:
virtual property double OffsetY {
double get () sealed;
}
abstract OffsetY : float with get
override OffsetY : float with get
Property Value
Type:
DoubleImplements
ICellOffsetY
See Also