[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.FormattedCellValue.Create

Create Method

Create(IWorkbook, object, string)

Creates a cell value that contains both of value and number format.

Declaration
public static FormattedCellValue Create(IWorkbook workbook, object value, string numFmt)
Public Shared Function Create(workbook As IWorkbook, value As Object, numFmt As String) As FormattedCellValue
Parameters
Type Name Description
IWorkbook workbook

The current workbook.

object value

The actual cell value.

string numFmt

The number format of cell.

Returns
Type Description
FormattedCellValue

The FormattedCellValue object represents the formatted cell value.