SpreadJS Documentation
height Method
GC.Spread.Sheets.Print Namespace > PaperSize type : height Method
The height of the paper.
Gets or sets the height of the paper, in hundredths of an inch.
Syntax
var instance = new GC.Spread.Sheets.Print.PaperSize(widthOrKind, height);
var returnValue; // Type: any
returnValue = instance.height(value);
function height( 
   value : number
) : any;

Parameters

value
The height of the paper.

Return Value

If no value is set, returns the height of the paper; otherwise, returns the paper size.
See Also

Reference

PaperSize type