ViewColumn
ViewColumn class
Represents a column in a project view.
Methods
| Name | Description |
|---|---|
| get_Field | Gets column field. Field . |
| get_Name | Gets the column name. |
| get_StringAlignment | Gets alignment of the text (can be one of the values of the HorizontalStringAlignment enumeration). |
| get_TextStyleModificationCallback | Gets the callback which can be used to customize the appearance of the column’s cells. |
| get_Width | Gets the column width. |
| set_Field | Sets column field. Field . |
| set_StringAlignment | Sets alignment of the text (can be one of the values of the HorizontalStringAlignment enumeration). |
| set_TextStyleModificationCallback | Sets the callback which can be used to customize the appearance of the column’s cells. |