Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / EnhancedBorderExcelXFormat Class / Style Property


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