Share via


DateGroupItem.Year Property

Year.Represents the attribte in schema: year

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

Syntax

'Declaration
<SchemaAttrAttribute(, "year")> _
Public Property Year As UInt16Value
    Get
    Set
'Usage
Dim instance As DateGroupItem
Dim value As UInt16Value

value = instance.Year

instance.Year = value
[SchemaAttrAttribute(, "year")]
public UInt16Value Year { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt16Value
Returns UInt16Value.

See Also

Reference

DateGroupItem Class

DateGroupItem Members

DocumentFormat.OpenXml.Spreadsheet Namespace