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