ColumnHeaderTextSize Property
Gets or sets the font size applied to column header cells.
public float ColumnHeaderTextSize {get; set;}
'Declaration
Public Property ColumnHeaderTextSize As Single
'Usage
Dim instance As GridBase
Dim value As Single
instance.ColumnHeaderTextSize = value
value = instance.ColumnHeaderTextSize