[]
Indicates the cell label options.
public interface ILabelOptions
Specifies the cell label position.
LabelAlignment Alignment { get; set; }
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; }
Gets or sets the color of the watermark in the range.
Color ForeColor { get; set; }
Gets or sets the margin of the watermark in the range.
Margin Margin { get; set; }
Specifies the cell label visibility.
LabelVisibility Visibility { get; set; }