Spread Windows Forms 15.0
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
    public string TextIndeterminate {get; set;}
    See Also