asposecells.api

Class HtmlHiddenColDisplayType

Utility class containing constants. Represents two types of showing the hidden columns in html.

Field Summary
const  intHIDDEN
Hidden the hidden columns in html page.
const  intREMOVE
Remove the hidden columns in html page.
 

    • Field Detail

      • HIDDEN

        const int HIDDEN
        Hidden the hidden columns in html page.
      • REMOVE

        const int REMOVE
        Remove the hidden columns in html page.