XlsPageSetup
IsPrintHeadings Property
|
True if row and column headings are printed with this page. Applies
only to worksheets. Read / write Boolean.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool IsPrintHeadings { get; set; }
Public Property IsPrintHeadings As Boolean
Get
Set
public:
virtual property bool IsPrintHeadings {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsPrintHeadings : bool with get, set
override IsPrintHeadings : bool with get, set
Property Value
Type:
Boolean
Implements
IPageSetup
IsPrintHeadings
See Also