[]
Sets the parse format string and IFormatProvider for formatting when the format string is not set.
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)
Type | Name | Description |
---|---|---|
int | row | Ignored |
int | column | Ignored |
string | formatString | Format string |
IFormatProvider | info | IFormatProvider for formatting |