Add
Contenido
[
Ocultar
]Add(int, int, int, int, byte[])
Agrega un OleObject a la colección.
public int Add(int upperLeftRow, int upperLeftColumn, int height, int width, byte[] imageData)
| Parámetro | Escribe | Descripción |
|---|---|---|
| upperLeftRow | Int32 | Índice de la fila superior izquierda. |
| upperLeftColumn | Int32 | Índice de la columna superior izquierda. |
| height | Int32 | Altura de oleObject, en unidades de píxel. |
| width | Int32 | Ancho de oleObject, en unidades de píxel. |
| imageData | Byte[] | Imagen del objeto ole como matriz de bytes. |
Valor_devuelto
OleObject índice de objetos
Ver también
- class OleObjectCollection
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells
Add(int, int, int, int, byte[], string)
Agrega un OleObject vinculado a la colección.
public int Add(int upperLeftRow, int upperLeftColumn, int height, int width, byte[] imageData,
string linkedFile)
| Parámetro | Escribe | Descripción |
|---|---|---|
| upperLeftRow | Int32 | Índice de la fila superior izquierda. |
| upperLeftColumn | Int32 | Índice de la columna superior izquierda. |
| height | Int32 | Altura de oleObject, en unidades de píxel. |
| width | Int32 | Ancho de oleObject, en unidades de píxel. |
| imageData | Byte[] | Imagen del objeto ole como matriz de bytes. |
| linkedFile | String |
Valor_devuelto
OleObject índice de objetos
Ver también
- class OleObjectCollection
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells