FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PairChar Class / PairChar Constructor / PairChar Constructor(Char,Char)
The left character of the pair.
The right character of the pair.


In This Topic
PairChar Constructor(Char,Char)
In This Topic
Initializes a new instance of the PairChar class with specified left and right characters.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Char, _
   ByVal right As Char _
)
 
'Usage
 
Dim left As Char
Dim right As Char
 
Dim instance As New PairChar(left, right)

Parameters

left
The left character of the pair.
right
The right character of the pair.
See Also