FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CheckBoxCellType Class / TextFalse Property


In This Topic
TextFalse Property (CheckBoxCellType)
In This Topic
Gets or sets the text for the false state.
Syntax
'Declaration
 
Public Property TextFalse As String
 
'Usage
 
Dim instance As CheckBoxCellType
Dim value As String
 
instance.TextFalse = value
 
value = instance.TextFalse
See Also