[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.GeneralCellType.SetParseFormat

SetParseFormat Method

SetParseFormat(int, int, string, IFormatProvider)

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

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

Ignored

int column

Ignored

string formatString

Format string

IFormatProvider info

IFormatProvider for formatting

Implements