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.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
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.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
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.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
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.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
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.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb