[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.GeneralCellType.GetParseFormat

GetParseFormat Method

GetParseFormat(int, int, ref string, ref IFormatProvider)

Gets the parse format string and IFormatProvider for formatting when the format string is not set.

Declaration
public void GetParseFormat(int row, int column, ref string formatString, ref IFormatProvider info)
Public Sub GetParseFormat(row As Integer, column As Integer, ByRef formatString As String, ByRef info As IFormatProvider)
Parameters
Type Name Description
int row

Ignored

int column

Ignored

string formatString

Format string

IFormatProvider info

IFormatProvider to handle formatting

Implements