Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ProgressCellType Class / Text Property


In This Topic
    Text Property (ProgressCellType)
    In This Topic
    Gets or sets the text string to use in the progress indicator when the text style is set to display custom text.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As ProgressCellType
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}
    See Also