Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / IsExportCustomizable Method


In This Topic
    IsExportCustomizable Method
    In This Topic
    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