FarPoint.Win.Spread
IFormatter Interface
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : IFormatter Interface


Interface that defines the methods and properties required by objects used as formatters. Formatters are responsible for formatting cell contents.

Syntax

Visual Basic (Declaration) 
Public Interface IFormatter 
Visual Basic (Usage)Copy Code
Dim instance As IFormatter
C# 
public interface IFormatter 

See Also