Class CadDataTableColumn
Contents
[
Hide
]CadDataTableColumn class
The DataTableColumn data
public class CadDataTableColumn
Constructors
| Name | Description |
|---|---|
| CadDataTableColumn() | Initializes a new instance of the CadDataTableColumn class. |
Properties
| Name | Description |
|---|---|
| BooleanValue { get; set; } | Gets or sets the boolean value. |
| ColumnType { get; set; } | Gets or sets the type of the column. |
| DoubleValue { get; set; } | Gets or sets the double value. |
| IntValue { get; set; } | Gets or sets the int value. |
| Name { get; set; } | Gets or sets the name. |
| Point2D { get; set; } | Gets or sets the point 2d. |
| Point3D { get; set; } | Gets or sets the point 3d. |
| StringValue { get; set; } | Gets or sets the string value. |
See Also
- namespace Aspose.CAD.FileFormats.Cad.CadObjects.DataTable
- assembly Aspose.CAD