Multichannel-systems NeuroExplorer Manuel d'utilisateur Page 271

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 373
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 270
5.5.10.1. SetExcelCell Function
SetExcelCell Function
Sets the text value of the specified cell in Excel.
Syntax
SetExcelCell(worksheet, cell, text, excelFilePath)
Parameters
Parameter Type Description
worksheet string The name of the worksheet.
cell string Excel cell specification, Should be in the form CR
where C is Excel column name, R is the row
number. For example, "A1" is the top-left cell in the
worksheet.
text string The text to be copied to the cell.
excelFilePath string Full path of the Excel file. This parameter is optional.
See Usage below.
Returns
None
Comments
None
Usage
NexScript
% this call will open Excel, Excel will create
% a new workbook (Excel file) and paste the text to the specified cell
SetExcelCell("fromNex", "A1", "cell text")
% this call will set the cell in the specified Excel file
SetExcelCell("fromNex", "A1", "cell text", "C:\Data\Results.xls")
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 269
Vue de la page 270
1 2 ... 266 267 268 269 270 271 272 273 274 275 276 ... 372 373

Commentaires sur ces manuels

Pas de commentaire