Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColorPickerCellType Class / UnknownText Property


In This Topic
    UnknownText Property (ColorPickerCellType)
    In This Topic
    Gets or sets the text for unknown colors.
    Syntax
    'Declaration
     
    
    Public Property UnknownText As String
    'Usage
     
    
    Dim instance As ColorPickerCellType
    Dim value As String
     
    instance.UnknownText = value
     
    value = instance.UnknownText
    public string UnknownText {get; set;}
    See Also