Table of Contents

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

string

Content

Gets the content of the column.

object? Content { get; }

Property Value

object

DataType

Gets the data type of the column.

Type DataType { get; }

Property Value

Type

FieldType

Gets the field type of the column.

LlFieldType FieldType { get; }

Property Value

LlFieldType