RangeProperties.StartDate Property

Date Grouping Start Value.Represents the attribte in schema: startDate

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

Syntax

'Declaration
<SchemaAttrAttribute(, "startDate")> _
Public Property StartDate As DateTimeValue
    Get
    Set
'Usage
Dim instance As RangeProperties
Dim value As DateTimeValue

value = instance.StartDate

instance.StartDate = value
[SchemaAttrAttribute(, "startDate")]
public DateTimeValue StartDate { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DateTimeValue
Returns DateTimeValue.

See Also

Reference

RangeProperties Class

RangeProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace