'Declaration Sub GetParseFormat( _ ByVal row As Integer, _ ByVal column As Integer, _ ByRef formatString As String, _ ByRef info As IFormatProvider _ )
'Usage Dim instance As IOptimizedFilterStyleModel Dim row As Integer Dim column As Integer Dim formatString As String Dim info As IFormatProvider instance.GetParseFormat(row, column, formatString, info)
void GetParseFormat( int row, int column, out string formatString, out IFormatProvider info )
Parameters
- row
- Row index of specified cell
- column
- Column index of specified cell
- formatString
- Format string built by the parser
- info
- IFormatProvider built by parser