[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetStyleModel.SetParseFormat

SetParseFormat Method

SetParseFormat(int, int, string, IFormatProvider)

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

Declaration
public void SetParseFormat(int row, int column, string formatString, IFormatProvider info)
Public Sub SetParseFormat(row As Integer, column As Integer, formatString As String, info As IFormatProvider)
Parameters
Type Name Description
int row

Row index of the cell

int column

Column index of the cell

string formatString

Format string

IFormatProvider info

IFormatProvider to handle the formatting

Implements
Exceptions
Type Condition
IndexOutOfRangeException

Specified row index is not valid; must be between -1 and the total number of rows

IndexOutOfRangeException

Specified column index is not valid; must be between -1 and the total number of columns