DocumentTableColumn class
DocumentTableColumn class
Represents a single column of a particular DocumentTable
object.
The DocumentTableColumn type exposes the following members:
Properties
Property | Description |
---|---|
name | Gets or sets the name of this column used to access the column’s data in a template document passed to
DocumentAssembler . |
index_in_document | Gets the original zero-based index of the corresponding table column as per the source document. |
type | Gets or sets the type of cell values in this column. |
allows_null | Gets a value indicating whether cells in this column contain null values or not. |
See Also
- module
groupdocs.assembly.data
- class
DocumentAssembler
- class
DocumentTable