Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

sDataGridName

Required. String that contains the name of the data grid that is to be returned as a string.  

All_Pages

Optional. Boolean that tells the function to page down through all pages in the subfile. Defaults to false.

Include_Heading

Optional. Boolean that tells the function to include the subfile header rows in the returned string. Defaults to true

sHeader_Column_Numbers

Optional. String that contains the column numbers of the header rows to show, delimited by commas. Default is all non-blank columns

sDetail_Column_Numbers

Optional. String that contains the column numbers of the detail rows to show, delimited by commas. Default is the columns used for the header columns

...