Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / FormatInfo Property


In This Topic
FormatInfo Property
In This Topic
Gets or sets the format information.
Syntax
'Declaration
 
Public Property FormatInfo As IFormatProvider
 
'Usage
 
Dim instance As CellInfo
Dim value As IFormatProvider
 
instance.FormatInfo = value
 
value = instance.FormatInfo
See Also