Add
Inhalt
[
Ausblenden
]Add(int, int, int, int, Stream)
Fügt der Sammlung ein Bild hinzu.
public int Add(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn,
Stream stream)
Parameter | Typ | Beschreibung |
---|---|---|
upperLeftRow | Int32 | Zeilenindex oben links. |
upperLeftColumn | Int32 | Spaltenindex oben links. |
lowerRightRow | Int32 | Zeilenindex unten rechts |
lowerRightColumn | Int32 | Spaltenindex unten rechts |
stream | Stream | Stream-Objekt, das die Bilddaten enthält. |
Rückgabewert
Picture Objektindex.
Siehe auch
- class GridPictureCollection
- namensraum Aspose.Cells.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop
Add(int, int, int, int, string)
Fügt der Sammlung ein Bild hinzu.
public int Add(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn,
string fileName)
Parameter | Typ | Beschreibung |
---|---|---|
upperLeftRow | Int32 | Zeilenindex oben links. |
upperLeftColumn | Int32 | Spaltenindex oben links. |
lowerRightRow | Int32 | Zeilenindex unten rechts |
lowerRightColumn | Int32 | Spaltenindex unten rechts |
fileName | String | Bilddateiname. |
Rückgabewert
Picture Objektindex.
Siehe auch
- class GridPictureCollection
- namensraum Aspose.Cells.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop
Add(int, int, Stream)
Fügt der Sammlung ein Bild hinzu.
public int Add(int upperLeftRow, int upperLeftColumn, Stream stream)
Parameter | Typ | Beschreibung |
---|---|---|
upperLeftRow | Int32 | Zeilenindex oben links. |
upperLeftColumn | Int32 | Spaltenindex oben links. |
stream | Stream | Stream-Objekt, das die Bilddaten enthält. |
Rückgabewert
Picture Objektindex.
Siehe auch
- class GridPictureCollection
- namensraum Aspose.Cells.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop
Add(int, int, string)
Fügt der Sammlung ein Bild hinzu.
public int Add(int upperLeftRow, int upperLeftColumn, string fileName)
Parameter | Typ | Beschreibung |
---|---|---|
upperLeftRow | Int32 | Zeilenindex oben links. |
upperLeftColumn | Int32 | Spaltenindex oben links. |
fileName | String | Bilddateiname. |
Rückgabewert
Picture Objektindex.
Siehe auch
- class GridPictureCollection
- namensraum Aspose.Cells.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop
Add(int, int, string, int, int)
Fügt der Sammlung ein Bild hinzu.
public int Add(int upperLeftRow, int upperLeftColumn, string fileName, int widthScale,
int heightScale)
Parameter | Typ | Beschreibung |
---|---|---|
upperLeftRow | Int32 | Zeilenindex oben links. |
upperLeftColumn | Int32 | Spaltenindex oben links. |
fileName | String | Bilddateiname. |
widthScale | Int32 | Maßstab der Bildbreite, ein Prozentsatz. |
heightScale | Int32 | Maßstab der Bildhöhe, ein Prozentsatz. |
Rückgabewert
Picture Objektindex.
Siehe auch
- class GridPictureCollection
- namensraum Aspose.Cells.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop
Add(string, string)
Fügt ein Bild zu einer bestimmten Zelle nach Zellname hinzu.
public void Add(string cellName, string fileName)
Parameter | Typ | Beschreibung |
---|---|---|
cellName | String | Name der Rasterzelle. |
fileName | String | Dateiname des Bildes. |
Siehe auch
- class GridPictureCollection
- namensraum Aspose.Cells.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop
Add(int, int, Image)
Fügt ein Bild zu einer angegebenen Zelle am Zeilenspaltenindex hinzu.
public void Add(int row, int col, Image image)
Parameter | Typ | Beschreibung |
---|---|---|
row | Int32 | Zeilenindex der Zelle. |
col | Int32 | Spaltenindex der Zelle. |
image | Image | Bild. |
Siehe auch
- class GridPictureCollection
- namensraum Aspose.Cells.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop