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