PCExcel.addCellValue Method [AX 2012]

Adds value to the cell.

public void addCellValue(
    int _rowIndex, 
    int _columnIndex, 
    str _value)

Run On

Called

Parameters

_rowIndex
Type: int
A row index in the spreadsheet.
_columnIndex
Type: int
A column index in the spreadsheet.
_value
Type: str
A string value to insert into the cell.

Community Additions

ADD
Show: