FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PairChar Class / Left Property


In This Topic
Left Property (PairChar)
In This Topic
Gets or sets the left character of the pair.
Syntax
'Declaration
 
Public Property Left As Char
 
'Usage
 
Dim instance As PairChar
Dim value As Char
 
instance.Left = value
 
value = instance.Left

Property Value

A System.Char value that represents the left character of the character pair. The default is a null reference (Nothing in Visual Basic).
See Also