Add
Innehåll
[
Dölj
]Add(int, int, int, int, byte[])
Lägger till ett OleObject till samlingen.
public int Add(int upperLeftRow, int upperLeftColumn, int height, int width, byte[] imageData)
| Parameter | Typ | Beskrivning |
|---|---|---|
| upperLeftRow | Int32 | Övre vänstra radens index. |
| upperLeftColumn | Int32 | Övre vänstra kolumnindex. |
| height | Int32 | Höjd på oleObject, i pixelenhet. |
| width | Int32 | Bredden på oleObject, i pixelenhet. |
| imageData | Byte[] | Bild av ole-objekt som byte-array. |
Returvärde
OleObject objektindex.
Se även
- class OleObjectCollection
- namnutrymme Aspose.Cells.Drawing
- hopsättning Aspose.Cells
Add(int, int, int, int, byte[], string)
Lägger till ett länkat OleObject till samlingen.
public int Add(int upperLeftRow, int upperLeftColumn, int height, int width, byte[] imageData,
string linkedFile)
| Parameter | Typ | Beskrivning |
|---|---|---|
| upperLeftRow | Int32 | Övre vänstra radens index. |
| upperLeftColumn | Int32 | Övre vänstra kolumnindex. |
| height | Int32 | Höjd på oleObject, i pixelenhet. |
| width | Int32 | Bredden på oleObject, i pixelenhet. |
| imageData | Byte[] | Bild av ole-objekt som byte-array. |
| linkedFile | String |
Returvärde
OleObject objektindex.
Se även
- class OleObjectCollection
- namnutrymme Aspose.Cells.Drawing
- hopsättning Aspose.Cells