var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.frozenRowCount(rowCount);
function frozenRowCount( rowCount : number ) : any;
Parameters
- rowCount
- The number of rows to freeze.
Return Value
If no value is set, returns the number of frozen rows; otherwise, returns the worksheet.