Gets or sets the height of the column header, or null (Nothing in Visual Basic), to automatically size the column headers.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Measure ColumnHeaderHeight { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ColumnHeaderHeight As Measure |
An instance of the Measure class. The default is "18px".
See Also