  | ITableAddColumn Method  | 
 
            Adds a new column to the end of the table.
            
 
    Namespace: 
   Opait.ReportMiner.Api
    Assembly:
   Opait.ReportMiner (in Opait.ReportMiner.dll) Version: 1.9.4.12917
Syntaxvoid AddColumn(
	string header,
	DataType dataType
)
Parameters
- header
 - Type: SystemString
The header text to use for the new column. - dataType
 - Type: Opait.ApiDataType
The data type of the column. 
See Also