Spread |
The SpreadColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginRow | Starting row index for valid data. | |
| ColIndex | Column index used by the originating application. | |
| ColumnType | Type of the column in the spreadsheet (X, Y, Z, etc.). | |
| Command | Command or formula associated with this column (if any). | |
| Data | Data values stored in this column. Each element is a Variant. | |
| DatasetName | Name of the dataset this column belongs to (if any). | |
| DecimalPlaces | Number of decimal places used for display. | |
| EndRow | Ending row index for valid data. | |
| ImaginaryData | The imaginary data. Is only not null if the data are complex. | |
| Index | Index of the column within its sheet or dataset. | |
| Name | Name of the column. | |
| NumericDisplayType | How numeric values are displayed. | |
| NumRows | Number of rows of data in this column. | |
| Sheet | Sheet number this column belongs to. | |
| SignificantDigits | Number of significant digits used for display. | |
| ValueType | Logical value type for the column (numeric, text, date, etc.). | |
| ValueTypeSpecification | Formatting specification for the column values. | |
| Width | Display width for the column. |