RAssetTaxDeclaration.fillCellsRight Method [AX 2012]

Fills the report cells with values in rigth-to-left consecutive order.

Syntax

protected void fillCellsRight(
    int _workSheet, 
    str _cellName, 
    int _row, 
    str _text, 
   [int _number, 
    str _filler, 
    int _cellMacro])

Run On

Called

Parameters

  • _workSheet
    Type: int
    The workSheet number of the report.
  • _cellName
    Type: str
    The cell name of the report.
  • _row
    Type: int
    The row number of the report.
  • _text
    Type: str
    The string value which is printed into the report cells.
  • _number
    Type: int
    The number of the letters of the string value which is printed into the report cells.
  • _filler
    Type: str
    The default letter value which is printed into the report cells.
  • _cellMacro
    Type: int
    The number of excel cells.

See Also

Reference

RAssetTaxDeclaration Class