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


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

Reference

Cell Class
Cell Members