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
SyntaxC#
Copy Code
|
|---|
public Measure RowHeaderWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RowHeaderWidth As Measure |
An instance of the Measure class. The default is "32px".
See Also