IndexRangeType.Start Property
Start.Represents the attribte in schema: st
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "st")> _
Public Property Start As UInt32Value
Get
Set
用法
Dim instance As IndexRangeType
Dim value As UInt32Value
value = instance.Start
instance.Start = value
[SchemaAttrAttribute(, "st")]
public UInt32Value Start { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
This attribute defines the start of the index range.
The possible values for this attribute are defined by the ST_Index simple type.