Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / Formatter Property


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