Gets or sets the X offset for tiling picture.
Namespace:
Spire.Xls.Core.Spreadsheet.Shapes
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double OffsetX { get; set; }
Public Property OffsetX As Double
Get
Set
public:
property double OffsetX {
double get ();
void set (double value);
}
member OffsetX : float with get, set
Property Value
Type:
Double
See Also