[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IParseFormatSupport.GetParseFormat

GetParseFormat Method

GetParseFormat(int, int, ref string, ref IFormatProvider)

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

Declaration
void GetParseFormat(int row, int column, ref string formatString, ref 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