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