[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IOptimizedFilterStyleModel.GetParseFormat

GetParseFormat Method

GetParseFormat(int, int, out string, out IFormatProvider)

Gets the parse format for the cell at the specified row and column.

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

Row index of specified cell

int column

Column index of specified cell

string formatString

Format string built by the parser

IFormatProvider info

IFormatProvider built by parser