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


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