DocumentTableColumn
Leave feedback
On this page
Represents a single column of a particular DocumentTable object.
public class DocumentTableColumn
| 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. |
- namespace GroupDocs.Assembly.Data
- assembly GroupDocs.Assembly
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.