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