Getnumressummarydata function – Multichannel Systems NeuroExplorer User Manual

Page 225

Advertising
background image

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

Advertising