GcSpread.Sheets Namespace > Column type : hAlign Method |
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea); var returnValue; // Type: HorizontalAlign returnValue = instance.hAlign(value);
function hAlign( value : HorizontalAlign ) : HorizontalAlign;
activeSheet.getColumn(3).hAlign(GcSpread.Sheets.HorizontalAlign.right);