ExcelWriter Xojo Plugin

ExcelWriterWorksheet.CellNumericValue Method

Sets numeric value of a cell in given row and column, using a specific formatting object.

CellNumericValue(
   column as UInt32,
   row as UInt32,
   formatting as ExcelWriterFormat) as Double

Parameters

column
The column number to put the numeric value in (zero based)
row
The row number to put the numeric value in (zero based)
formatting
The formatting object to be used or nil if defaults should be used.

Returns

Double
The numeric value to set

Remarks

When this method is called then error hints are written in the LastError property.

See Also

ExcelWriterWorksheet Class