Spread Windows Forms 12.0 Product Documentation
PairChar Constructor(Char,Char)


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.
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)
public PairChar( 
   char left,
   char right
)

Parameters

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

Reference

PairChar Class
PairChar Members
Overload List