ReportColumnColumnType Property |
Gets or sets the type of the column.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public ReportColumnType ColumnType { get; set; }
Public Property ColumnType As ReportColumnType
Get
Set
public:
property ReportColumnType ColumnType {
ReportColumnType get ();
void set (ReportColumnType value);
}
member ColumnType : ReportColumnType with get, set
Property Value
Type:
ReportColumnTypeThe type of the column.
See Also