AddOleObjectFrame

AddOleObjectFrame(float, float, float, float, IOleEmbeddedDataInfo)

Agrega un nuevo objeto OLE al final de una colección.

public IOleObjectFrame AddOleObjectFrame(float x, float y, float width, float height, 
    IOleEmbeddedDataInfo dataInfo)
ParámetroEscribeDescripción
xSingleCoordenada X de un nuevo marco OLE.
ySingleCoordenada Y de un nuevo marco OLE.
widthSingleAncho de un nuevo marco OLE.
heightSingleAltura de un nuevo marco OLE.
dataInfoIOleEmbeddedDataInfoInformación de datos incrustadosIOleEmbeddedDataInfo.

Valor_devuelto

Objeto OLE creado.

Ver también


AddOleObjectFrame(float, float, float, float, string, string)

Agrega un nuevo objeto OLE al final de una colección.

public IOleObjectFrame AddOleObjectFrame(float x, float y, float width, float height, 
    string className, string path)
ParámetroEscribeDescripción
xSingleCoordenada X de un nuevo marco OLE.
ySingleCoordenada Y de un nuevo marco OLE.
widthSingleAncho de un nuevo marco OLE.
heightSingleAltura de un nuevo marco OLE.
classNameStringNombre de una clase OLE.
pathStringruta al archivo vinculado.

Valor_devuelto

Objeto OLE creado.

Ver también