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


In This Topic
    Style Property (ProgressCellType)
    In This Topic
    Gets or sets the display type of the progress indicator.
    Syntax
    'Declaration
     
    
    Public Property Style As ProgressStyle
    'Usage
     
    
    Dim instance As ProgressCellType
    Dim value As ProgressStyle
     
    instance.Style = value
     
    value = instance.Style
    public ProgressStyle Style {get; set;}
    See Also