Search
WorksheetView.RowHeaderWidth Property
See Also
 






Gets or sets the width of the row header, or null (Nothing in Visual Basic), to automatically size the row headers.

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

 Syntax

C#  Copy Code

public Measure RowHeaderWidth { get; set; }

Visual Basic  Copy Code

Public Property RowHeaderWidth As Measure

 Property Value

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

 See Also