Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / BorderSet Property


In This Topic
    BorderSet Property (ExcelXFormat)
    In This Topic
    BorderSet
    Syntax
    'Declaration
     
    
    Public Overridable Property BorderSet As Boolean
    'Usage
     
    
    Dim instance As ExcelXFormat
    Dim value As Boolean
     
    instance.BorderSet = value
     
    value = instance.BorderSet
    public virtual bool BorderSet {get; set;}
    See Also