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


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