Spread for ASP.NET 12 Product Documentation
Formatter Property (Row)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Row Class : Formatter Property
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

Reference

Row Class
Row Members