Поделиться через


SheetFormatProperties.ThickBottom Property

Thick Bottom Border.Represents the attribte in schema: thickBottom

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

Syntax

'Декларация
<SchemaAttrAttribute(, "thickBottom")> _
Public Property ThickBottom As BooleanValue
    Get
    Set
'Применение
Dim instance As SheetFormatProperties
Dim value As BooleanValue

value = instance.ThickBottom

instance.ThickBottom = value
[SchemaAttrAttribute(, "thickBottom")]
public BooleanValue ThickBottom { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetFormatProperties Class

SheetFormatProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace