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

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<SchemaAttrAttribute(, "dyDescent")> _
Public Property DyDescent As DoubleValue
    Get
    Set
'Usage
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

See Also

Reference

SheetFormatProperties Class

SheetFormatProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace