ListControlSetup..::..AddColumn Method
Adds the column.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public ListControlColumn AddColumn( int columnId, string caption, FieldDataTypes dataType, double percentWidth )
Public Function AddColumn ( _ columnId As Integer, _ caption As String, _ dataType As FieldDataTypes, _ percentWidth As Double _ ) As ListControlColumn
public: ListControlColumn^ AddColumn( int^ columnId, String^ caption, FieldDataTypes^ dataType, double^ percentWidth )
Parameters
- columnId
- Type: Int32
The column identifier.
- caption
- Type: String
The caption.
- dataType
- Type: RingSoft.DbLookup..::..FieldDataTypes
Type of the data.
- percentWidth
- Type: Double
Width of the percent.