asposecells.api

Class HtmlHiddenRowDisplayType

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

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

    • Field Detail

      • HIDDEN

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

        const int REMOVE
        Remove the hidden rows in html page.