Difference between revisions of "WorksheetRange"

 
m
Line 1: Line 1:
#REDIRECT [[Functions To Read Excel Worksheets]]
+
= WorksheetRange(workbook, sheet, range'', colIndex, rowIndex, howtoIndex'') =
[[Category:Database Functions]]
+
 
 +
This function is now deprecated, superceded 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]].

Revision as of 22:00, 28 July 2009

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

This function is now deprecated, superceded 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.

Comments


You are not allowed to post comments.