ActiveReports 12
Variant Constructor(Char)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure > Variant Constructor : Variant Constructor(Char)
Char value of the Variant.
Initialize new instance of the Variant with the specified System.Char value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Char _
)
public Variant( 
   char value
)

Parameters

value
Char value of the Variant.
See Also

Reference

Variant Structure
Variant Members
Overload List