Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / Style Property


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