Multichannel-systems NeuroExplorer Bedienungsanleitung Seite 225

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 373
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 224
5.5.7.9. GetNumResSummaryData Function
GetNumResSummaryData Function
Returns the string value of the specified cell in the Numerical Results Summary Window of the first
graphical view of the document.
Syntax
string GetNumResSummaryData(doc, row, col)
Parameters
Parameter Type Description
doc documentReference Reference to the document
row double 1-based row number.
col double 1-based column number.
Returns
Returns the string value of the specified cell in the Numerical Results Summary Window of the first
graphical view of the document.
Comments
None
Usage
NexScript
doc = GetActiveDocument()
% get the value of the cell in row 3, column 2
summaryCellString = GetNumResSummaryData(doc, 3, 2)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 223
Seitenansicht 224
1 2 ... 220 221 222 223 224 225 226 227 228 229 230 ... 372 373

Kommentare zu diesen Handbüchern

Keine Kommentare