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


In This Topic
Caption Property (CheckBoxCellType)
In This Topic
Gets or sets the text in the check box regardless of the state, overrides TextTrue, TextFalse, and TextIndeterminate.
Syntax
'Declaration
 
Public Property Caption As String
 
'Usage
 
Dim instance As CheckBoxCellType
Dim value As String
 
instance.Caption = value
 
value = instance.Caption
See Also