returns the configuration object of the specified SpreadSheet column
| id | string | the column id | 
| page | string | optional, the name of the sheet. If not specified, the method is applied to the current sheet | 
| object | the column configuration object | 
var config = $$("ssheet").getColumn(id, page);
Note that the config object for a non-active sheet will contain only the width and id of the column.