[]
Gets or sets the size of the font of the text displayed in the cell.
public double FontSize { get; set; }
Type | Description |
---|---|
double | A double value representing font size in points. |
The specified size would be rounded up or down to the nearest half point.
Type | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when attempting to set a value greater (or equals) than 20 feet, or less (or equals) than 0. |