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


In This Topic
    Formatter Property (Row)
    In This Topic
    Gets or sets the default formatter for cells in this row.
    Syntax
    'Declaration
     
    
    Public Property Formatter As IFormatter
    'Usage
     
    
    Dim instance As Row
    Dim value As IFormatter
     
    instance.Formatter = value
     
    value = instance.Formatter
    public IFormatter Formatter {get; set;}
    See Also