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