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.