Object framed by this element.
[Visual Basic 6.0] Property Object As Variant
[Visual Basic .NET] Public ReadOnly Property Object As Object
[C#] public object Object {get;}
[Java] public Object getObject() throws IOException, AutomationException
[C++]
HRESULT get_Object(
VARIANT* framedObject
);
Parameters
framedObject [out, retval]
framedObject is a parameter of type VARIANT
Object returns the object contained within the frame. Once the object is returned, it is up to the developer to figure out what type of object it is. Use this property when you wish to perform an operation on the object within the frame.