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