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