Skip to content

isSpreadsheetObject

Julian Halliwell edited this page Apr 8, 2017 · 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