Click or drag to resize

Column Class

Base class for columns.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.DataColumn

Namespace: Easymap.AddIn.Data
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class Column : LTComponent

The Column type exposes the following members.

Properties
 NameDescription
Public propertyBoundColumnName Gets or sets the column name.
Public propertyDataSource Gets the associated DataSource of the column.
Public propertyDataType Gets or sets the type of the column.
Public propertyDisplayFormat Gets or sets the DisplayFormat of the column.
Public propertyDisplayIndex The index of the column in display order
Public propertyExtendedProperties Gets or Sets extendend String properties for a Column
Public propertyHidden Gets or sets a value indicating whether the column is hidden.
Public propertyIsCalculated Gets a value indicating whether the column is calculated.
Public propertyLTComponent Gets the associated LTComponent of the column.
Public propertyReadOnly Gets a value indicating whether the column is readonly.
Public propertyVisible Gets or sets a value indicating whether the column is visible.
Top
Methods
 NameDescription
Public methodCreateKeyDisplayFormat Creates a new KeyDisplayFormat instance.
Public methodCreateNumberDisplayFormat Creates a new NumberDisplayFormat instance.
Public methodCreateTextDisplayFormat Creates a new DisplayFormat instance.
Public methodGetStringValue Gets the formatted value for the specified Row.
Public methodGetValue Gets the value for the specified Row.
Public methodSetValue Sets the value for the specified Row.
Top
See Also