Add
İçindekiler
[
Saklamak
]Add(int, int, int, int, Stream)
Koleksiyona bir resim ekler.
public int Add(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn,
Stream stream)
| Parametre | Tip | Tanım |
|---|---|---|
| upperLeftRow | Int32 | Sol üst satır dizini. |
| upperLeftColumn | Int32 | Sol üst sütun dizini. |
| lowerRightRow | Int32 | Sağ alt satır dizini |
| lowerRightColumn | Int32 | Sağ alt sütun dizini |
| stream | Stream | Görüntü verilerini içeren akış nesnesi. |
Geri dönüş değeri
Picture nesne indeksi.
Ayrıca bakınız
- class GridPictureCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
Add(int, int, int, int, string)
Koleksiyona bir resim ekler.
public int Add(int upperLeftRow, int upperLeftColumn, int lowerRightRow, int lowerRightColumn,
string fileName)
| Parametre | Tip | Tanım |
|---|---|---|
| upperLeftRow | Int32 | Sol üst satır dizini. |
| upperLeftColumn | Int32 | Sol üst sütun dizini. |
| lowerRightRow | Int32 | Sağ alt satır dizini |
| lowerRightColumn | Int32 | Sağ alt sütun dizini |
| fileName | String | Resim dosya adı. |
Geri dönüş değeri
Picture nesne indeksi.
Ayrıca bakınız
- class GridPictureCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
Add(int, int, Stream)
Koleksiyona bir resim ekler.
public int Add(int upperLeftRow, int upperLeftColumn, Stream stream)
| Parametre | Tip | Tanım |
|---|---|---|
| upperLeftRow | Int32 | Sol üst satır dizini. |
| upperLeftColumn | Int32 | Sol üst sütun dizini. |
| stream | Stream | Görüntü verilerini içeren akış nesnesi. |
Geri dönüş değeri
Picture nesne indeksi.
Ayrıca bakınız
- class GridPictureCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
Add(int, int, string)
Koleksiyona bir resim ekler.
public int Add(int upperLeftRow, int upperLeftColumn, string fileName)
| Parametre | Tip | Tanım |
|---|---|---|
| upperLeftRow | Int32 | Sol üst satır dizini. |
| upperLeftColumn | Int32 | Sol üst sütun dizini. |
| fileName | String | Resim dosya adı. |
Geri dönüş değeri
Picture nesne indeksi.
Ayrıca bakınız
- class GridPictureCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
Add(int, int, string, int, int)
Koleksiyona bir resim ekler.
public int Add(int upperLeftRow, int upperLeftColumn, string fileName, int widthScale,
int heightScale)
| Parametre | Tip | Tanım |
|---|---|---|
| upperLeftRow | Int32 | Sol üst satır dizini. |
| upperLeftColumn | Int32 | Sol üst sütun dizini. |
| fileName | String | Resim dosya adı. |
| widthScale | Int32 | Görüntü genişliği ölçeği, bir yüzde. |
| heightScale | Int32 | Görüntü yüksekliği ölçeği, yüzde. |
Geri dönüş değeri
Picture nesne indeksi.
Ayrıca bakınız
- class GridPictureCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
Add(string, string)
Belirtilen hücreye hücre adına göre bir Resim ekler.
public void Add(string cellName, string fileName)
| Parametre | Tip | Tanım |
|---|---|---|
| cellName | String | Izgara hücresinin adı. |
| fileName | String | Resmin dosya adı. |
Ayrıca bakınız
- class GridPictureCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
Add(int, int, Image)
Satır sütun dizininde belirtilen bir hücreye Resim ekler.
public void Add(int row, int col, Image image)
| Parametre | Tip | Tanım |
|---|---|---|
| row | Int32 | Hücrenin satır dizini. |
| col | Int32 | Hücrenin sütun dizini. |
| image | Image | Resim. |
Ayrıca bakınız
- class GridPictureCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop