Difference between revisions of "WriteWorksheetRange"

m (Deprecated)
 
Line 1: Line 1:
= WriteWorksheetRange(workbook,sheet,range,colIndex,rowIndex) =
+
[[Category: Obsolete and deprecated functions]]
  
This function has been deprecated.  It is now superceded by [[SpreadsheetSetRange]].
+
''This function has been deprecated.  It is now superseded by [[SpreadsheetSetRange]]''
  
You should use [[SpreadsheetSetRange]] instead, since [[WriteWorksheetRange]] may be removed in future builds of Analytica 4.2.
+
== WriteWorksheetRange(workbook, sheet, range, colIndex, rowIndex) ==
 +
Writes «value» to a worksheet range, which may be identified either by a named range label or by a cell range.
  
[[WriteWorksheetRange]] was first made available in an early beta build of 4.2.0, and replaced by [[SpreadsheetSetRange]] in beta build 4.2.0.21, so it was never "officially" part of an Analytica release.
+
You should use [[SpreadsheetSetRange]] instead of  [[WriteWorksheetRange]] because [[WriteWorksheetRange]] may be removed in future builds of Analytica.
 +
 
 +
==History==
 +
[[WriteWorksheetRange]] was first made available in an early beta build of 4.2.0, and replaced by [[SpreadsheetSetRange]] in beta build 4.2.0.21, so it was never "officially" part of an Analytica release. It was subsequently replaced by [[SpreadsheetSetRange]].
 +
 
 +
==See Also==
 +
*[[SpreadsheetSetRange]]

Latest revision as of 02:45, 9 February 2016


This function has been deprecated. It is now superseded by SpreadsheetSetRange

WriteWorksheetRange(workbook, sheet, range, colIndex, rowIndex)

Writes «value» to a worksheet range, which may be identified either by a named range label or by a cell range.

You should use SpreadsheetSetRange instead of WriteWorksheetRange because WriteWorksheetRange may be removed in future builds of Analytica.

History

WriteWorksheetRange was first made available in an early beta build of 4.2.0, and replaced by SpreadsheetSetRange in beta build 4.2.0.21, so it was never "officially" part of an Analytica release. It was subsequently replaced by SpreadsheetSetRange.

See Also

Comments


You are not allowed to post comments.