Gets or sets a value indicating whether to print the worksheet headers.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public bool EnableHeaders { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableHeaders As Boolean |
A boolean value. The default is false.
See Also