Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CheckBoxCellType Class / TextTrue Property


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