[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.IParseFormatSupport.SetParseFormat

SetParseFormat Method

SetParseFormat(int, int, string, IFormatProvider)

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

Declaration
void SetParseFormat(int row, int column, string formatString, IFormatProvider info)
Sub SetParseFormat(row As Integer, column As Integer, formatString As String, 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