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