Add
Inhalt
[
Ausblenden
]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)
Parameter | Typ | Beschreibung |
---|---|---|
upperLeftRow | Int32 | Zeilenindex oben links. |
upperLeftColumn | Int32 | Spaltenindex oben links. |
height | Int32 | Höhe von oleObject in Pixeleinheiten. |
width | Int32 | Breite von oleObject in Pixeleinheiten. |
imageData | Byte[] | Bild des alten Objekts als Byte-Array. |
Rückgabewert
OleObject
Objektindex.
Siehe auch
- class OleObjectCollection
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells
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)
Parameter | Typ | Beschreibung |
---|---|---|
upperLeftRow | Int32 | Zeilenindex oben links. |
upperLeftColumn | Int32 | Spaltenindex oben links. |
height | Int32 | Höhe von oleObject in Pixeleinheiten. |
width | Int32 | Breite von oleObject in Pixeleinheiten. |
imageData | Byte[] | Bild des alten Objekts als Byte-Array. |
linkedFile | String |
Rückgabewert
OleObject
Objektindex.
Siehe auch
- class OleObjectCollection
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells