GcSpread.Sheets Namespace > Cell type : hAlign Method |
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea); var returnValue; // Type: HorizontalAlign returnValue = instance.hAlign(value);
function hAlign( value : HorizontalAlign ) : HorizontalAlign;
activeSheet.getCell(1,1).hAlign(GcSpread.Sheets.HorizontalAlign.center);