TableField

TableField class

Represents a field of a table in a project.

Constructors

NameDescription
TableFieldInitializes a new instance of the TableField class.

Methods

NameDescription
get_AlignDataGets the alignment of data in a table field.
get_AlignTitleGets the alignment of the title in a table field.
get_FieldGets the type of a table field.
get_TitleGets the title of the field in a table.
get_WidthGets the width in points of the field column in a table.
get_WrapHeaderGets a value indicating whether the table column heading can wrap to multiple lines, or if it should be truncated when it exceeds the column width.
get_WrapTextGets a value indicating whether the column text can wrap to multiple lines, or if it should be truncated when it exceeds the column width.
set_AlignDataSets the alignment of data in a table field.
set_AlignTitleSets the alignment of the title in a table field.
set_FieldSets the type of a table field.
set_TitleSets the title of the field in a table.
set_WidthSets the width in points of the field column in a table.
set_WrapHeaderSets a value indicating whether the table column heading can wrap to multiple lines, or if it should be truncated when it exceeds the column width.
set_WrapTextSets a value indicating whether the column text can wrap to multiple lines, or if it should be truncated when it exceeds the column width.