[]
Gets or sets the name of the font of the text displayed in the cell.
public string FontName { get; set; }
Type | Description |
---|---|
string | A string value representing the font name of the text displayed in the cell. |
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. |