Gets or sets a value indicating whether to display indicators for hidden row and column headers.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowHiddenHeaderIndicators { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowHiddenHeaderIndicators As Boolean |
true to display indicators for hidden rows and columns; otherwise, false. The default is true.
See Also