asposecells.api

Class HtmlExportDataOptions

Utility class containing constants. Represents the options for exporting html data.

Field Summary
const  intTABLE
Export file to html which only contains table part.
const  intALL
Export all the data to html.
 

    • Field Detail

      • TABLE

        const int TABLE
        Export file to html which only contains table part.
      • ALL

        const int ALL
        Export all the data to html.