Returns a distance from left side of a table to left 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 OffsetX { get; }
Public ReadOnly Property OffsetX As Double
Get
public:
virtual property double OffsetX {
double get () sealed;
}
abstract OffsetX : float with get
override OffsetX : float with get
Property Value
Type:
DoubleImplements
ICellOffsetX
See Also