Objects

Overview

objects.

Function List

ohObjectCallerAddress ()
ohObjectCallerKey ()
ohObjectClassName ()
ohObjectCreationTime ()
ohObjectExists ()
ohObjectIsOrphan ()
ohObjectIsPermanent ()
ohObjectPrecedentIDs ()
ohObjectUpdateCounter ()
ohObjectUpdateTime ()

Function Documentation

ohObjectCallerAddress

vector<string> returnValue
ohObjectCallerAddress(
vector<string> ObjectId
any Trigger)
Description:

retrieve address of cell in which object resides.

Supported Platforms:

Excel

Parameters
ObjectIdID of object to be queried.
Triggerdependency tracking trigger

ohObjectCallerKey

vector<string> returnValue
ohObjectCallerKey(
vector<string> ObjectId
any Trigger)
Description:

retrieve unique ID of the CallingRange object associated with the cell in which object resides.

Supported Platforms:

Excel

Parameters
ObjectIdID of object to be queried.
Triggerdependency tracking trigger

ohObjectClassName

vector<string> returnValue
ohObjectClassName(
vector<string> ObjectID
any Trigger)
Description:

get the object class name

Supported Platforms:

Excel

Parameters
ObjectIDObject ID name.
Triggerdependency tracking trigger

ohObjectCreationTime

vector<double> returnValue
ohObjectCreationTime(
vector<string> ObjectID
any Trigger)
Description:

The time at which the Object was initially created, return the time of initing object.

Supported Platforms:

Excel

Parameters
ObjectIDobject ID.
Triggerdependency tracking trigger

ohObjectExists

vector<bool> returnValue
ohObjectExists(
vector<string> ObjectID
any Trigger)
Description:

list the IDs of objects in repository matching regex.

Supported Platforms:

Excel

Parameters
ObjectIDObject ID name.
Triggerdependency tracking trigger

ohObjectIsOrphan

vector<bool> returnValue
ohObjectIsOrphan(
vector<string> ObjectId
any Trigger)
Description:

get the object property orphan

Supported Platforms:

Excel

Parameters
ObjectIdObject ID name.
Triggerdependency tracking trigger

ohObjectIsPermanent

vector<bool> returnValue
ohObjectIsPermanent(
vector<string> ObjectID
any Trigger)
Description:

get the object property permanent

Supported Platforms:

Excel

Parameters
ObjectIDObject ID name.
Triggerdependency tracking trigger

ohObjectPrecedentIDs

vector<string> returnValue
ohObjectPrecedentIDs(
string ObjectID
any Trigger)
Description:

A list of the Object's precedent Objects, return the object's list.

Supported Platforms:

Excel

Parameters
ObjectIDobject ID.
Triggerdependency tracking trigger

ohObjectUpdateCounter

vector<string> returnValue
ohObjectUpdateCounter(
vector<string> ObjectID
any Trigger)
Description:

get the object property update counter

Supported Platforms:

Excel

Parameters
ObjectIDObject ID name.
Triggerdependency tracking trigger

ohObjectUpdateTime

vector<double> returnValue
ohObjectUpdateTime(
vector<string> ObjectID
any Trigger)
Description:

The time at which the Object was last recreated, return the last udate time.

Supported Platforms:

Excel

Parameters
ObjectIDobject ID.
Triggerdependency tracking trigger