IsExportCustomizable Method
Determines whether the formatter customize the exported cell value.
bool IsExportCustomizable()
'Declaration
Function IsExportCustomizable() As Boolean
'Usage
Dim instance As IFormatter
Dim value As Boolean
value = instance.IsExportCustomizable()
Return Value
true
if the formatter customize the exported cell value; otherwise, false
.