Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLStyle Class / Border Property


In This Topic
    Border Property (ExcelXMLStyle)
    In This Topic
    Gets or sets the border.
    Syntax
    'Declaration
     
    
    Public Property Border As Border
    'Usage
     
    
    Dim instance As ExcelXMLStyle
    Dim value As Border
     
    instance.Border = value
     
    value = instance.Border
    public Border Border {get; set;}

    Property Value

    The border.
    See Also