[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.Cells.DDCell.FontName

FontName Property

FontName

Gets or sets the name of the font of the text displayed in the cell.

Declaration
public string FontName { get; set; }
Property Value
Type Description
string

A string value representing the font name of the text displayed in the cell.

Exceptions
Type Condition
ArgumentNullException

Thrown on attempt to set value to null.

ArgumentException

Thrown when attempting to set a value with a length greater than 240 characters.