Spread |
public class SpreadColumn
The SpreadColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| SpreadColumn | Initializes a new instance of SpreadColumn. |
| Name | Description | |
|---|---|---|
| Comments | Gets or sets the comments of the column. | |
| DeserializedDataType | Designates the data type that was used to deserialize the data. This does not tell you how to interpret the data. For instance, double can also interpreted as DateTime, Time, etc. | |
| LongName | Gets or sets the long name of the column. | |
| Units | Gets or sets the units of the column. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| 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. |