IWorksheetViewCellEdit_SetTextAlignmentAndSelectAll Method |
Sets the text alignment of the cell editor and selects all text.
Namespace: Altaxo.Gui.Worksheet.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid CellEdit_SetTextAlignmentAndSelectAll(
bool textAlignmentRight
)
Parameters
- textAlignmentRight Boolean
- true to align text to the right; otherwise, false.
See Also