Search
WorksheetView.ColumnHeaderHeight Property
See Also
 






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

 Syntax

C#  Copy Code

public Measure ColumnHeaderHeight { get; set; }

Visual Basic  Copy Code

Public Property ColumnHeaderHeight As Measure

 Property Value

An instance of the Measure class. The default is "18px".

 See Also