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