FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / ParseFormatInfo Property


In This Topic
ParseFormatInfo Property (CellFooter)
In This Topic
Gets or sets the parsed formatting for the cell.
Syntax
'Declaration
 
Public Property ParseFormatInfo As IFormatProvider
 
'Usage
 
Dim instance As CellFooter
Dim value As IFormatProvider
 
instance.ParseFormatInfo = value
 
value = instance.ParseFormatInfo
See Also