FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / CharacterCasing Property


In This Topic
CharacterCasing Property (TextCellType)
In This Topic
Gets or sets the case of characters in the text cell.
Syntax
'Declaration
 
Public Property CharacterCasing As CharacterCasing
 
'Usage
 
Dim instance As TextCellType
Dim value As CharacterCasing
 
instance.CharacterCasing = value
 
value = instance.CharacterCasing
See Also