SpreadsheetShapeY Property |
Gets or sets the vertical offset of this
SpreadsheetShape from worksheet top border in points.
Namespace: GroupDocs.Watermark.Contents.SpreadsheetAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic double Y { get; set; }
Public Property Y As Double
Get
Set
public:
virtual property double Y {
double get () sealed;
void set (double value) sealed;
}
abstract Y : float with get, set
override Y : float with get, set
Property Value
Type:
DoubleThe y-coordinate of this
SpreadsheetShape.
Implements
ITwoDObjectY
See Also