Search
DrawColumnEventArgs.HeaderBounds Property
See Also
 






Gets the bounding rectangle of the column header.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Rectangle HeaderBounds { get; }

Visual Basic  Copy Code

Public ReadOnly Property HeaderBounds As Rectangle

 Property Value

An instance of the Rectangle class.

 See Also