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