GcSpread.Sheets Namespace > Row type : hAlign Method |
var instance = new GcSpread.Sheets.Row(sheet, index, sheetArea); var returnValue; // Type: HorizontalAlign returnValue = instance.hAlign(value);
function hAlign( value : HorizontalAlign ) : HorizontalAlign;
activeSheet.getRow(2).hAlign(GcSpread.Sheets.HorizontalAlign.left);