Search
WorksheetView.ShowHiddenHeaderIndicators Property
See Also
 






Gets or sets a value indicating whether to display indicators for hidden row and column headers.

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

 Syntax

C#  Copy Code

public bool ShowHiddenHeaderIndicators { get; set; }

Visual Basic  Copy Code

Public Property ShowHiddenHeaderIndicators As Boolean

 Property Value

true to display indicators for hidden rows and columns; otherwise, false. The default is true.

 See Also