SpreadJS Documentation
width Method
GC.Spread.Sheets.Print Namespace > PaperSize type : width Method
The width of the paper.
Gets or sets the width 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.width(value);
function width( 
   value : number
) : any;

Parameters

value
The width of the paper.

Return Value

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

Reference

PaperSize type