This documentation is archived and is not being maintained.
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.