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