PCExcel.populateCellValuStr Method [AX 2012]

Populates value to the cell with the Bold font.

protected SysExcelCell populateCellValuStr(
    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.

Return Value

Type: SysExcelCell Class
A SysExcelCell instance.

Community Additions

ADD
Show: