[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.LabelOptions

LabelOptions Property

LabelOptions

Gets the display options for the watermark label. SpreadJS only.

Declaration
ILabelOptions LabelOptions { get; }
ReadOnly Property LabelOptions As ILabelOptions
Examples
IRange range = worksheet.Range["A1"];
range.Watermark = "Required";
ILabelOptions labelOptions = range.LabelOptions;
labelOptions.Visibility = LabelVisibility.visible;