SpreadJS Documentation
PaperSize type
Specifies the paper size. The constructor has 3 modes. If there are 2 parameters, the parameters are width and height with a type of number; If there is 1 parameter, the parameter is kind which is a GcSpread.Sheets.PaperKind type; If there is no parameter, the result is the same as the second mode and the kind option is GcSpread.Sheets.PaperKind.Letter.
Syntax
var instance = new GcSpread.Sheets.PaperSize(widthOrKind, height);
function PaperSize;
Inheritance Hierarchy

Object
   GcSpread.Sheets.PaperSize

Constructors
 NameDescription
public ConstructorPaperSize ConstructorSpecifies the paper size. The constructor has 3 modes. If there are 2 parameters, the parameters are width and height with a type of number; If there is 1 parameter, the parameter is kind which is a GcSpread.Sheets.PaperKind type; If there is no parameter, the result is the same as the second mode and the kind option is GcSpread.Sheets.PaperKind.Letter.  
Top
Methods
 NameDescription
public MethodgetPageSizeGets the paper size, in hundredths of an inch.  
public MethodheightGets or sets the height of the paper, in hundredths of an inch.  
public MethodkindGets or sets the kind of the paper.  
public MethodwidthGets or sets the width of the paper, in hundredths of an inch.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.