RangeProperties.EndDate Property

Date Grouping End Value.Represents the attribte in schema: endDate

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

Syntax

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

value = instance.EndDate

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

Property Value

Type: DocumentFormat.OpenXml.DateTimeValue
Returns DateTimeValue.

See Also

Reference

RangeProperties Class

RangeProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace