com.aspose.cells

Class HtmlHiddenColDisplayType

  • java.lang.Object
    • com.aspose.cells.HtmlHiddenColDisplayType
public class HtmlHiddenColDisplayType 
extends java.lang.Object

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

Field Summary
static final intHIDDEN
Hidden the column in html page.
static final intREMOVE
Remove the hidden in html page.
 

    • Field Detail

      • HIDDEN

        public static final int HIDDEN
        Hidden the column in html page.
      • REMOVE

        public static final int REMOVE
        Remove the hidden in html page.