SheetFormatProperties.DyDescent Property
dyDescent, this property is only available in Office2010.Represents the attribte in schema: x14ac:dyDescent
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "dyDescent")> _
Public Property DyDescent As DoubleValue
Get
Set
'Применение
Dim instance As SheetFormatProperties
Dim value As DoubleValue
value = instance.DyDescent
instance.DyDescent = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[SchemaAttrAttribute(, "dyDescent")]
public DoubleValue DyDescent { get; set; }
Property Value
Type: DocumentFormat.OpenXml.DoubleValue