var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.hAlign(value);
function hAlign( value : HorizontalAlign ) : any;
Parameters
- value
- The horizontal alignment.
Return Value
If no value is set, returns the horizontal alignment of the contents of the cell; otherwise, returns the cell.