DocumentTableColumn
Contents
[
Hide
]
DocumentTableColumn class
Represents a single column of a particular DocumentTable
object.
public class DocumentTableColumn
Properties
Name | Description |
---|---|
AllowsNull { get; } | Gets a value indicating whether cells in this column contain null values or not. |
IndexInDocument { get; } | Gets the original zero-based index of the corresponding table column as per the source document. |
Name { get; set; } | Gets or sets the name of this column used to access the column’s data in a template document passed to DocumentAssembler . |
Type { get; set; } | Gets or sets the type of cell values in this column. |
See Also
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly