
C# | Visual Basic | Visual C++ |
public enum ColumnAlign
Public Enumeration ColumnAlign
public enum class ColumnAlign

Member | Description |
---|---|
Left |
Do not justify the rows
|
JustifyUsingGap |
Justify the rows by increasing the vertical gap
|
JustifyUsingWidth |
Justify the rows by increasing the row height
|