Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralCellType Class / GetParseFormat Method
Ignored
Ignored
Format string
IFormatProvider to handle formatting


In This Topic
GetParseFormat Method (GeneralCellType)
In This Topic
Gets the parse format string and IFormatProvider for formatting when the format string is not set.
Syntax
'Declaration
 
Public Sub GetParseFormat( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByRef formatString As String, _
   ByRef info As IFormatProvider _
) 
 
'Usage
 
Dim instance As GeneralCellType
Dim row As Integer
Dim column As Integer
Dim formatString As String
Dim info As IFormatProvider
 
instance.GetParseFormat(row, column, formatString, info)

Parameters

row
Ignored
column
Ignored
formatString
Format string
info
IFormatProvider to handle formatting
See Also