ShowHeaders Property (XLSheet)
In This Topic
Gets or sets whether Excel should show the row and column headers when displaying the sheet.
Syntax
'Declaration
Public Property ShowHeaders As System.Boolean
public System.bool ShowHeaders {get; set;}
See Also