Spread Windows Forms 12.0 Product Documentation
IsExportCustomizable Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IFormatter Interface : IsExportCustomizable Method
Determines whether the formatter customize the exported cell value.
Syntax
'Declaration
 
Function IsExportCustomizable() As Boolean
'Usage
 
Dim instance As IFormatter
Dim value As Boolean
 
value = instance.IsExportCustomizable()
bool IsExportCustomizable()

Return Value

true if the formatter customize the exported cell value; otherwise, false.
See Also

Reference

IFormatter Interface
IFormatter Members