Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / InputManCellTypeBase Class / ExcelExportFormat Property


In This Topic
ExcelExportFormat Property (InputManCellTypeBase)
In This Topic
Gets or sets the format string used by Excel when exporting to an Excel file.
Syntax
'Declaration
 
Public Overridable Property ExcelExportFormat As String
 
'Usage
 
Dim instance As InputManCellTypeBase
Dim value As String
 
instance.ExcelExportFormat = value
 
value = instance.ExcelExportFormat
See Also