Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXF Interface / Format Property


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