LookupJoin..::..AddVisibleColumnDefinition Method (String, ILookupFormula, Double, FieldDataTypes, Boolean)
Adds the visible column definition.
Namespace:
RingSoft.DbLookup.LookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public LookupFormulaColumnDefinition AddVisibleColumnDefinition( string caption, ILookupFormula lookupFormula, double percentWidth, FieldDataTypes fieldDataType, bool allowNulls )
Public Function AddVisibleColumnDefinition ( _ caption As String, _ lookupFormula As ILookupFormula, _ percentWidth As Double, _ fieldDataType As FieldDataTypes, _ allowNulls As Boolean _ ) As LookupFormulaColumnDefinition
public: LookupFormulaColumnDefinition^ AddVisibleColumnDefinition( String^ caption, ILookupFormula^ lookupFormula, double^ percentWidth, FieldDataTypes^ fieldDataType, bool^ allowNulls )
Parameters
- caption
- Type: String
The caption.
- lookupFormula
- Type: RingSoft.DbLookup.Lookup..::..ILookupFormula
The lookup formula.
- percentWidth
- Type: Double
Width of the percent.
- fieldDataType
- Type: RingSoft.DbLookup..::..FieldDataTypes
Type of the field data.
- allowNulls
- Type: Boolean
if set to true [allow nulls].