SetCell MethodEnables the user to add a cell at a given position in an Excel file or a tab file. Note: the index should start at 1 for the (1,1) cell to be located at the left top corner. Syntaxsheet.SetCell(IndexRow:Integer, IndexColumn:Integer, CellValue:Literal): Void
|