set_TextVerticalAlign Method
In This Topic
Sets the text vertical alignment of selected cells.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
var returnValue; // Type: any
// Parameters
var value; // Type: WebTextVerticalAlignEnumJS
returnValue = instance.set_TextVerticalAlign(value);
Parameters
- value
- The text vertical alignment of focused cell.
Browser Compatibility
See Also