Interface ITableColumn
- Namespace
- combit.Reporting.DataProviders
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents a column in a table, including its name, data type, content, and field type.
public interface ITableColumn
Properties
ColumnName
Gets the name of the column.
string ColumnName { get; }
Property Value
Content
Gets the content of the column.
object? Content { get; }
Property Value
DataType
Gets the data type of the column.
Type DataType { get; }
Property Value
FieldType
Gets the field type of the column.
LlFieldType FieldType { get; }
Property Value
- LlFieldType