[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ILabelOptions

Interface ILabelOptions

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

Indicates the cell label options.

public interface ILabelOptions

Properties

Alignment

Specifies the cell label position.

LabelAlignment Alignment { get; set; }

Property Value

LabelAlignment

Font

Returns an instance of IFont which may be used to get and set font properties of the watermark represented by this IRange.

IFont Font { get; }

Property Value

IFont

ForeColor

Gets or sets the color of the watermark in the range.

Color ForeColor { get; set; }

Property Value

System.Drawing.Color

Margin

Gets or sets the margin of the watermark in the range.

Margin Margin { get; set; }

Property Value

Margin

Visibility

Specifies the cell label visibility.

LabelVisibility Visibility { get; set; }

Property Value

LabelVisibility