Interpretation.Start Property
start.Represents the attribte in schema: emma:start
Namespace: DocumentFormat.OpenXml.EMMA
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "start")> _
Public Property Start As UInt64Value
Get
Set
'使用
Dim instance As Interpretation
Dim value As UInt64Value
value = instance.Start
instance.Start = value
[SchemaAttrAttribute(, "start")]
public UInt64Value Start { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt64Value