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