Share via


XMLExcelDocument_RU.insertValue Method [AX 2012]

Inserts a value to a specified cell.

Syntax

public void insertValue(
    Bookmark _bookmark, 
    anytype _anyVal, 
   [int _workSheet])

Run On

Called

Parameters

  • _anyVal
    Type: anytype
    The value to be inserted in the cell.
  • _workSheet
    Type: int
    The ID of the worksheet into which the value should be inserted.

See Also

Reference

XMLExcelDocument_RU Class