次の方法で共有


Position.X Property

X-Axis Coordinate.Represents the attribte in schema: x

Namespace: DocumentFormat.OpenXml.Drawing.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<SchemaAttrAttribute(, "x")> _
Public Property X As Int64Value
    Get
    Set
'使用
Dim instance As Position
Dim value As Int64Value

value = instance.X

instance.X = value
[SchemaAttrAttribute(, "x")]
public Int64Value X { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int64Value
Returns Int64Value.

See Also

Reference

Position Class

Position Members

DocumentFormat.OpenXml.Drawing.Spreadsheet Namespace