IgnoredError.TwoDigitTextYear Property
twoDigitTextYear.Represents the attribte in schema: twoDigitTextYear
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "twoDigitTextYear")> _
Public Property TwoDigitTextYear As BooleanValue
Get
Set
'Usage
Dim instance As IgnoredError
Dim value As BooleanValue
value = instance.TwoDigitTextYear
instance.TwoDigitTextYear = value
[SchemaAttrAttribute(, "twoDigitTextYear")]
public BooleanValue TwoDigitTextYear { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue