Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 225

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 224
1 2 ... 220 221 222 223 224 225 226 227 228 229 230 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag