Add
Innehåll
[
Dölj
]Add(int, int, int, int, Stream)
Lägger till en bild i samlingen.
public int Add(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn,
Stream stream)
Parameter | Typ | Beskrivning |
---|---|---|
upperLeftRow | Int32 | Övre vänstra radens index. |
upperLeftColumn | Int32 | Övre vänstra kolumnindex. |
lowerRightRow | Int32 | Nedre högra radindex |
lowerRightColumn | Int32 | Nedre högra kolumnindex |
stream | Stream | Strömobjekt som innehåller bilddata. |
Returvärde
Picture objektindex.
Se även
- class GridPictureCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
Add(int, int, int, int, string)
Lägger till en bild i samlingen.
public int Add(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn,
string fileName)
Parameter | Typ | Beskrivning |
---|---|---|
upperLeftRow | Int32 | Övre vänstra radens index. |
upperLeftColumn | Int32 | Övre vänstra kolumnindex. |
lowerRightRow | Int32 | Nedre högra radindex |
lowerRightColumn | Int32 | Nedre högra kolumnindex |
fileName | String | Bildfilnamn. |
Returvärde
Picture objektindex.
Se även
- class GridPictureCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
Add(int, int, Stream)
Lägger till en bild i samlingen.
public int Add(int upperLeftRow, int upperLeftColumn, Stream stream)
Parameter | Typ | Beskrivning |
---|---|---|
upperLeftRow | Int32 | Övre vänstra radens index. |
upperLeftColumn | Int32 | Övre vänstra kolumnindex. |
stream | Stream | Strömobjekt som innehåller bilddata. |
Returvärde
Picture objektindex.
Se även
- class GridPictureCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
Add(int, int, string)
Lägger till en bild i samlingen.
public int Add(int upperLeftRow, int upperLeftColumn, string fileName)
Parameter | Typ | Beskrivning |
---|---|---|
upperLeftRow | Int32 | Övre vänstra radens index. |
upperLeftColumn | Int32 | Övre vänstra kolumnindex. |
fileName | String | Bildfilnamn. |
Returvärde
Picture objektindex.
Se även
- class GridPictureCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
Add(int, int, string, int, int)
Lägger till en bild i samlingen.
public int Add(int upperLeftRow, int upperLeftColumn, string fileName, int widthScale,
int heightScale)
Parameter | Typ | Beskrivning |
---|---|---|
upperLeftRow | Int32 | Övre vänstra radens index. |
upperLeftColumn | Int32 | Övre vänstra kolumnindex. |
fileName | String | Bildfilnamn. |
widthScale | Int32 | Skala på bildens bredd, en procentandel. |
heightScale | Int32 | Skala för bildhöjd, en procentandel. |
Returvärde
Picture objektindex.
Se även
- class GridPictureCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
Add(string, string)
Lägger till en bild i en specificerad cell efter cellnamn.
public void Add(string cellName, string fileName)
Parameter | Typ | Beskrivning |
---|---|---|
cellName | String | Namn på rutnätscellen. |
fileName | String | Bildens filnamn. |
Se även
- class GridPictureCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
Add(int, int, Image)
Lägger till en bild i en specificerad cell vid radkolumnindex.
public void Add(int row, int col, Image image)
Parameter | Typ | Beskrivning |
---|---|---|
row | Int32 | Radindex för cell. |
col | Int32 | Kolumnindex för cellen. |
image | Image | Bild. |
Se även
- class GridPictureCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop