SpreadJS Documentation
kind Method
The kind of the paper.
Gets or sets the kind of the paper.
Syntax
var instance = new GcSpread.Sheets.PaperSize(widthOrKind, height);
var returnValue; // Type: PaperKind
returnValue = instance.kind(value);
function kind( 
   value : PaperKind
) : PaperKind;

Parameters

value
The kind of the paper.

Return Value

The kind of the paper.
See Also

Reference

PaperSize type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.