Difference between revisions of "WorksheetRange"

 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#REDIRECT [[Functions To Read Excel Worksheets]]
+
[[Category: Obsolete and deprecated functions]]
[[Category:Database Functions]]
+
 
 +
== WorksheetRange(workbook, sheet, range'', colIndex, rowIndex, howtoIndex'') ==
 +
 
 +
This function is now deprecated, superseded by the function [[SpreadsheetRange]], which you should use instead.
 +
 
 +
The parameters of [[SpreadsheetRange]] have removed «sheet» as the second parameter -- it is available still as an optional parameter, but unnecessary for named range labels.  [[SpreadsheetRange]] has additional improvements which make it superior.
 +
 
 +
This function may be removed in a future Analytica release, so please use [[SpreadsheetRange]].
 +
 
 +
==See Also==
 +
* [[SpreadsheetRange]]

Latest revision as of 02:47, 9 February 2016


WorksheetRange(workbook, sheet, range, colIndex, rowIndex, howtoIndex)

This function is now deprecated, superseded by the function SpreadsheetRange, which you should use instead.

The parameters of SpreadsheetRange have removed «sheet» as the second parameter -- it is available still as an optional parameter, but unnecessary for named range labels. SpreadsheetRange has additional improvements which make it superior.

This function may be removed in a future Analytica release, so please use SpreadsheetRange.

See Also

Comments


You are not allowed to post comments.