Type

DocumentTableColumn.Type property

Gets or sets the type of cell values in this column.

public Type Type { get; set; }

Remarks

For documents of non-Spreadsheet file formats, the initial type is always automatically determined as string. For documents of Spreadsheet file formats, the initial type is automatically determined depending on corresponding cell values.

If cells of a particular Spreadsheet column contain values of different types, then the column’s initial type is also automatically determined as string.

See Also