[Visual Basic] Public Function getObjects2( _ Optional ByVal ObjectKind As EpObjectKind = epObjectKindObject, _ Optional ByVal ObjectKindExact As Boolean = VARIANT_FALSE, _ Optional ByVal OpenMacros As Boolean = VARIANT_FALSE, _ Optional ByVal OpenSheets As Boolean = VARIANT_FALSE _ ) As Objects [C#] public Objects getObjects2( EpObjectKind ObjectKind, bool ObjectKindExact, bool OpenMacros, bool OpenSheets ); [C++] public: Objects* getObjects2( EpObjectKind ObjectKind, bool ObjectKindExact, bool OpenMacros, bool OpenSheets ); [JScript] public function getObjects2( EpObjectKind ObjectKind, bool ObjectKindExact, bool OpenMacros, bool OpenSheets ): Objects;
supersedes the functionality of Objects
Model Class | EbsOpen Namespace