getWaffle method



Returns a reference to the spreadsheet grid (Waffle) object.

Syntax

waffleObject= sheetObject.getWaffle()

Applies to

Sheet class.

Parameters

none.

Return value

A reference to the Waffle object.

Usage

You must call getWaffle() before you can call any of the Waffle class methods.

Example
getWaffle example

See also
Placeholder method