Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / Formatter Property


In This Topic
    Formatter Property (Cell)
    In This Topic
    Gets or sets the formatter for a cell.
    Syntax
    'Declaration
     
    
    Public Property Formatter As IFormatter
    'Usage
     
    
    Dim instance As Cell
    Dim value As IFormatter
     
    instance.Formatter = value
     
    value = instance.Formatter
    public IFormatter Formatter {get; set;}
    See Also