[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.DropDownCalculator.Font

Font Property

Font

Gets or sets the font which used in the drop-down window.

Declaration
[Browsable(true)]
public Font Font { get; set; }
<Browsable(True)>
Public Property Font As Font
Property Value
Type Description
Font

A Font object indicates the Font of the DropDownCalculator.

Remarks

Because the Font is immutable (meaning that you cannot adjust any of its properties), you can only assign the Font property a new Font. However, you can base the new font on the existing font.