Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLStyle Class / FormatCode Property


In This Topic
    FormatCode Property (ExcelXMLStyle)
    In This Topic
    Gets or sets the format code.
    Syntax
    'Declaration
     
    
    Public Property FormatCode As String
    'Usage
     
    
    Dim instance As ExcelXMLStyle
    Dim value As String
     
    instance.FormatCode = value
     
    value = instance.FormatCode
    public string FormatCode {get; set;}

    Property Value

    Format code
    See Also