Add

Add(int, int, int, int, byte[])

Fügt der Sammlung ein OleObject hinzu.

public int Add(int upperLeftRow, int upperLeftColumn, int height, int width, byte[] imageData)
ParameterTypBeschreibung
upperLeftRowInt32Zeilenindex oben links.
upperLeftColumnInt32Spaltenindex oben links.
heightInt32Höhe von oleObject in Pixeleinheiten.
widthInt32Breite von oleObject in Pixeleinheiten.
imageDataByte[]Bild des alten Objekts als Byte-Array.

Rückgabewert

OleObject Objektindex.

Siehe auch


Add(int, int, int, int, byte[], string)

Fügt der Sammlung ein verknüpftes OleObject hinzu.

public int Add(int upperLeftRow, int upperLeftColumn, int height, int width, byte[] imageData, 
    string linkedFile)
ParameterTypBeschreibung
upperLeftRowInt32Zeilenindex oben links.
upperLeftColumnInt32Spaltenindex oben links.
heightInt32Höhe von oleObject in Pixeleinheiten.
widthInt32Breite von oleObject in Pixeleinheiten.
imageDataByte[]Bild des alten Objekts als Byte-Array.
linkedFileString

Rückgabewert

OleObject Objektindex.

Siehe auch