DifferentialType.Border Property

Border Properties.Represents the element tag in schema: x:border

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Border As Border
    Get
    Set
'Usage
Dim instance As DifferentialType
Dim value As Border

value = instance.Border

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Border

See Also

Reference

DifferentialType Class

DifferentialType Members

DocumentFormat.OpenXml.Office2010.Excel Namespace