GcSpread.Sheets Namespace > Column type : font Method |
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea); var returnValue; // Type: string returnValue = instance.font(value);
function font( value : string ) : string;
activeSheet.getColumn(3).font("12pt Arial");