XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
Difference between revisions of "XL3GridComment"
(Created page with "Returns the nth cube comment for a given grid. ==Syntax== {{Code|XL3GridComment( Grid, Comment Number )}} ==Parameters== {| class="wikitable" ! Parameter ! Description |- |...") |
m |
||
Line 1: | Line 1: | ||
− | Returns the | + | Returns the specified cube comment for a given grid. |
==Syntax== | ==Syntax== | ||
Line 15: | Line 15: | ||
| {{Code|Comment Number}} | | {{Code|Comment Number}} | ||
| The Nth most recent comment to return | | The Nth most recent comment to return | ||
− | |||
− | |||
|} | |} | ||
Revision as of 13:11, 29 April 2016
Returns the specified cube comment for a given grid.
Syntax
XL3GridComment( Grid, Comment Number )
Parameters
Parameter | Description |
---|---|
Grid | A cell within the grid to return the comments for |
Comment Number | The Nth most recent comment to return |