Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ParseFormatInfo Property


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