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