'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
.