Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColorPickerCellType Class / Caption Property


In This Topic
    Caption Property (ColorPickerCellType)
    In This Topic
    Gets or sets the caption to display in the color picker cell.
    Syntax
    'Declaration
     
    
    Public Property Caption As String
    'Usage
     
    
    Dim instance As ColorPickerCellType
    Dim value As String
     
    instance.Caption = value
     
    value = instance.Caption
    public string Caption {get; set;}
    See Also