ITableColumn Interface Members
In This Topic
The following tables list the members exposed by ITableColumn.
Public Properties
| | Name | Description |
 | ColumnName | This property is accessed to query the column name. |
 | Content | This property is accessed to query the column content. |
 | DataType | This property is accessed to query the column type. |
 | FieldType | This property is queried to set the List & Label field type of the column. Can e.g. be used to provide barcode columns. Just return LlFieldType.Unknown to get the default behavior (automatically determine field type based on DataType). |
Top
See Also