Share via


Stylesheet.Borders Property

Borders.Represents the element tag in schema: x:borders

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

Syntax

'Declaration
Public Property Borders As Borders
    Get
    Set
'Usage
Dim instance As Stylesheet
Dim value As Borders

value = instance.Borders

instance.Borders = value
public Borders Borders { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Borders
Returns Borders.

See Also

Reference

Stylesheet Class

Stylesheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace