XlsPageSetup
IsPrintGridlines Property
|
True if cell gridlines are printed on the 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 IsPrintGridlines { get; set; }
Public Property IsPrintGridlines As Boolean
Get
Set
public:
virtual property bool IsPrintGridlines {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsPrintGridlines : bool with get, set
override IsPrintGridlines : bool with get, set
Property Value
Type:
Boolean
Implements
IPageSetup
IsPrintGridlines
See Also