[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.LabelVisibility

Enum LabelVisibility

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies the cell label visibility.

public enum LabelVisibility

Fields

auto = 2

Specifies 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.

hidden = 1

Specifies to not show the watermark in the padding area, but to show the watermark in the cell area based on a value condition.

visible = 0

Specifies to always show the watermark in the padding area and not to show the watermark in the cell area, regardless of the cell value.