[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetStyleModel.GetParseFormat

GetParseFormat Method

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

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

Declaration
[CLSCompliant(false)]
public void GetParseFormat(int row, int column, ref string formatString, ref IFormatProvider info)
<CLSCompliant(False)>
Public 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 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