Class GridPictureCollection
Contents
[
Hide
]GridPictureCollection class
Encapsulates a collection of Picture objects.
public class GridPictureCollection : CollectionBase
Properties
| Name | Description |
|---|---|
| Item { get; } | Gets the Picture element at the specified index. (2 indexers) |
Methods
| Name | Description |
|---|---|
| Add(string, string) | Adds a Picture to a specified cell by cell name. |
| Add(int, int, Image) | Adds a Picture to a specified cell at row column index. |
| Add(int, int, Stream) | Adds a picture to the collection. |
| Add(int, int, string) | Adds a picture to the collection. |
| Add(int, int, int, int, Stream) | Adds a picture to the collection. |
| Add(int, int, int, int, string) | Adds a picture to the collection. |
| Add(int, int, string, int, int) | Adds a picture to the collection. |
| Clear() | Clear all pictures. |
| virtual Remove(int, int) | Removes the items at the specified row column index of the cell. |
| RemoveAt(int) | Remove shapes at the specific index |
See Also
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop