SpreadJS Documentation
isPrintLineVisible Method
GC.Spread.Sheets Namespace > Worksheet type : isPrintLineVisible Method
Whether display a print line for the sheet
Gets or sets whether display a print line for the sheet.
Syntax
var instance = new GC.Spread.Sheets.Worksheet(name);
var returnValue; // Type: boolean
returnValue = instance.isPrintLineVisible(value);
function isPrintLineVisible( 
   value : boolean
) : boolean;

Parameters

value
Whether display a print line for the sheet

Return Value

If no value is set, returns a value indicating whether the print line is displayed
See Also

Reference

Worksheet type