The following tables list the members exposed by SpreadDataColumn.
Protected Fields
| Name | Description |
| DEFAULT_COLUMN_NAME | This is the default name of the new column. When a column is initailized without a column name parameter, this name is used as the default name. |
Top
Public Properties
| Name | Description |
| AllowDBNull | Gets or sets whether null values are allowed in this column for rows that belong to the table. |
| Caption | Gets or sets the caption for the column. |
| ColumnName | Gets the name of the column in the Spread data column collection. |
| DataType | Gets the type of data stored in the column. |
| Formatter | Gets or sets the data formatter which is used to transfer data between the data model and the Spread data view. |
| Ordinal | Gets the position of the column in the Spread data column collection. |
Top
Public Events
See Also