Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXF Interface / BorderSet Property


In This Topic
    BorderSet Property (IExcelXF)
    In This Topic
    is the Border set?
    Syntax
    'Declaration
     
    
    Property BorderSet As Boolean
    'Usage
     
    
    Dim instance As IExcelXF
    Dim value As Boolean
     
    instance.BorderSet = value
     
    value = instance.BorderSet
    bool BorderSet {get; set;}
    See Also