Click or drag to resize

IWorksheetViewCellEdit_SetTextAlignmentAndSelectAll Method

Sets the text alignment of the cell editor and selects all text.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void CellEdit_SetTextAlignmentAndSelectAll(
	bool textAlignmentRight
)

Parameters

textAlignmentRight  Boolean
true to align text to the right; otherwise, false.
See Also