PrintHeaders Property (XLPrintSettings)
In This Topic
Gets or sets whether row and column headers (the areas with row numbers and column letters) will be printed.
Syntax
'Declaration
Public Property PrintHeaders As Boolean
public bool PrintHeaders {get; set;}
See Also