Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTimeCellType Class / ExcelExportFormat Property


In This Topic
    ExcelExportFormat Property (GcDateTimeCellType)
    In This Topic
    Gets or sets the excel export format.
    Syntax
    'Declaration
     
    
    Public Overrides Property ExcelExportFormat As String
    'Usage
     
    
    Dim instance As GcDateTimeCellType
    Dim value As String
     
    instance.ExcelExportFormat = value
     
    value = instance.ExcelExportFormat
    public override string ExcelExportFormat {get; set;}

    Property Value

    The excel export format.
    See Also