Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / LabelVisibility Enumeration
In This Topic
    LabelVisibility Enumeration
    In This Topic
    Specifies the cell label visibility.
    Members
    MemberDescription
    autoSpecifies to show the watermark in the padding area when the cell has a value or to show the watermark in the cell area if the cell does not have a value.
    hiddenSpecifies to not show the watermark in the padding area, but to show the watermark in the cell area based on a value condition.
    visibleSpecifies to always show the watermark in the padding area and not to show the watermark in the cell area, regardless of the cell value.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.LabelVisibility

    See Also