Skip to content

isSpreadsheetObject

Julian Halliwell edited this page Sep 20, 2021 · 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.

Chainable? No.

Example

spreadsheet = New Spreadsheet();
result = spreadsheet.isSpreadsheetObject( myVariable );
Clone this wiki locally