Class GridPictureCollection
Contents
[
Hide
]GridPictureCollection class
Encapsulates a collection of GridPicture objects.
public class GridPictureCollection
Properties
| Name | Description |
|---|---|
| Count { get; } | Gets the size of enumerator |
| Item { get; } | Gets the GridPicture element at the specified index. |
Methods
| Name | Description |
|---|---|
| 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. |
| GetEnumerator() | Gets the rows enumerator |
| RemoveAt(int) | Remove shapes at the specific index |
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb