Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / PercentCellType Class / PositiveFormat Property


In This Topic
    PositiveFormat Property (PercentCellType)
    In This Topic
    Gets or sets the format for displaying a positive value.
    Syntax
    'Declaration
     
    
    Public Property PositiveFormat As PercentPositiveFormat
    'Usage
     
    
    Dim instance As PercentCellType
    Dim value As PercentPositiveFormat
     
    instance.PositiveFormat = value
     
    value = instance.PositiveFormat
    public PercentPositiveFormat PositiveFormat {get; set;}
    See Also