DataGrid REALbasic Plugin
CellAlignment Module
This module defines constants for cell alignment in the Einhugur Grid controls.
Note
This module is defined in the TypeLib plugin.
module CellAlignment
Constants
Left = 0
The text gets left aligned.
Center = 1
The text gets centered.
Right = -1
The text gets right aligned.
Truncate = 10
The text gets left aligned and truncated.
InheritFromColumn = 20
The alignment will be inherited from the column setting.