InsertOleObjectFrame

InsertOleObjectFrame(int, float, float, float, float, IOleEmbeddedDataInfo)

Crée un nouvel objet OLE et l’insère dans une collection à l’index spécifié.

public IOleObjectFrame InsertOleObjectFrame(int index, float x, float y, float width, float height, 
    IOleEmbeddedDataInfo dataInfo)
ParamètreTaperLa description
indexInt32Index de base zéro auquel l’objet OLE doit être inséré.
xSingleCoordonnée X d’un nouveau cadre OLE.
ySingleCoordonnée Y d’un nouveau cadre OLE.
widthSingleLargeur d’un nouveau cadre OLE.
heightSingleHauteur d’un nouveau cadre OLE.
dataInfoIOleEmbeddedDataInfoInformations sur les données intégréesIOleEmbeddedDataInfo.

Return_Value

Objet OLE créé.

Voir également


InsertOleObjectFrame(int, float, float, float, float, string, string)

Crée un nouvel objet OLE et l’insère dans une collection à l’index spécifié.

public IOleObjectFrame InsertOleObjectFrame(int index, float x, float y, float width, float height, 
    string className, string path)
ParamètreTaperLa description
indexInt32Index de base zéro auquel l’objet OLE doit être inséré.
xSingleCoordonnée X d’un nouveau cadre OLE.
ySingleCoordonnée Y d’un nouveau cadre OLE.
widthSingleLargeur d’un nouveau cadre OLE.
heightSingleHauteur d’un nouveau cadre OLE.
classNameStringNom d’une classe OLE.
pathStringChemin d’accès au fichier lié.

Return_Value

Objet OLE créé.

Voir également