Getnumressummarycolumnname function – Multichannel Systems NeuroExplorer User Manual

Page 224

Advertising
background image

5.5.7.8. GetNumResSummaryColumnName Function

GetNumResSummaryColumnName Function


Returns the name of the specified column of the Numerical Results Summary Window of the first
graphical view of the document.

Syntax


string GetNumResSummaryColumnName(doc, col)

Parameters

Parameter

Type

Description

doc

documentReference Reference to the document.

col

double

1-based column number.

Returns


Returns the name of the column of the Numerical Results Summary Window of the first graphical
view of the document.

Comments


None

Usage

NexScript

doc = GetActiveDocument()

% get the name of the third column in Numerical Results Summary

colName = GetNumResSummaryColumnName(doc, 3)

See Also

Introduction to NexScript Programming

NexScript Function Categories

Page 222

Advertising