TextSize Property (GridBase)
In This Topic
Gets or sets the font size applied to normal cells.
Syntax
'Declaration
Public Property TextSize As Double
'Usage
Dim instance As GridBase
Dim value As Double
instance.TextSize = value
value = instance.TextSize
public double TextSize {get; set;}
See Also