Skip to content

isSpreadsheetObject

Julian Halliwell edited this page Jul 1, 2016 · 4 revisions

Determines whether or not a variable is a binary or xml workbook object.

isSpreadsheetObject( object )

##Required arguments

  • object any: the variable to test.

##Example

spreadsheet=New Spreadsheet();
result=spreadsheet.isSpreadsheetObject( myVariable );

Clone this wiki locally