Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts a value to a specified cell.
Syntax
public void insertValue(
Bookmark _bookmark,
anytype _anyVal,
[int _workSheet])
Run On
Called
Parameters
- _bookmark
Type: Bookmark Extended Data Type
Bookmark to the cell value should be inserted to
- _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.