'Declaration Public Shared Function CreateForm( _ ByVal customType As Type, _ ByVal defaultType As Type _ ) As OutputRangeForm
public static OutputRangeForm CreateForm( Type customType, Type defaultType )
Parameters
- customType
- Custom form type or null.
- defaultType
- Default form type.
Return Value
The newly created OutputRangeForm.