RevisionFormat.Start Property

Start index.Represents the attribte in schema: start

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

Syntax

'Declaration
<SchemaAttrAttribute(, "start")> _
Public Property Start As UInt32Value
    Get
    Set
'Usage
Dim instance As RevisionFormat
Dim value As UInt32Value

value = instance.Start

instance.Start = value
[SchemaAttrAttribute(, "start")]
public UInt32Value Start { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

RevisionFormat Class

RevisionFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace