IsLoaded: Boolean;
The IsLoaded property determines whether analytical area object will be loaded.
The property is relevant, if delayed loading of analytical area sheets is set: the IEaxDataArea.DelayedLoad property is set to True.
Available values:
True. Object will be loaded. Default value for objects on the active sheet.
False. Object will not be loaded. Default value for objects on the inactive sheet.
The property use is given in the example for IEaxDataAreaSource.IsLoaded.
See also: