GcSpread.Sheets Namespace : PaperSize type |
var instance = new GcSpread.Sheets.PaperSize(widthOrKind, height);
function PaperSize;
Object
GcSpread.Sheets.PaperSize
Name | Description | |
---|---|---|
PaperSize Constructor | 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. |
Name | Description | |
---|---|---|
getPageSize | Gets the paper size, in hundredths of an inch. | |
height | Gets or sets the height of the paper, in hundredths of an inch. | |
kind | Gets or sets the kind of the paper. | |
width | Gets or sets the width of the paper, in hundredths of an inch. |