Returns the data type for the column.
int GetColDataType( long Col )
given column's data type defined in DataTypeSettings
Example codes can be pasted to doExample() function in GridControl's examples to run
out_int("previous datatype is ",m_GridCtrl.GetColDataType(0)); m_GridCtrl.SetColDataType(0, flexDTBoolean); out_int("now datatype is ",m_GridCtrl.GetColDataType(0)); Invalidate();//refresh
GridControl::SetColDataType
GridControl.h