GcSpread.Sheets Namespace > Sheet type : setFrozenRowCount Method |
var instance = new GcSpread.Sheets.Sheet(name); var value; // Type: any value = instance.setFrozenRowCount(rowCount);
function setFrozenRowCount( rowCount : number ) : any;
sheet.setRowCount(10); sheet.setColumnCount(8); sheet.setFrozenRowCount(1);