asposecells.api

Class MergeEmptyTdType

Utility class containing constants. Represents the merge type for empty TD element when exporting file to html.

Field Summary
const  intDEFAULT
Display like MS Excel.
const  intNONE
Empty TD elements will not be merged when exporting file to html. This will generate a significantly larger html file.
const  intMERGE_FORCELY
Merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value.
 

    • Field Detail

      • DEFAULT

        const int DEFAULT
        Display like MS Excel.
      • NONE

        const int NONE
        Empty TD elements will not be merged when exporting file to html. This will generate a significantly larger html file.
      • MERGE_FORCELY

        const int MERGE_FORCELY
        Merging empty TD element forcedly when exporting file to html. The size of html file will be reduced significantly after setting value to true. If you want to import the html file to excel or export perfect grid lines when saving file to html, please keep the default value.