Class GridPictureCollection

GridPictureCollection class

Encapsulates a collection of Picture objects.

public class GridPictureCollection : CollectionBase

Properties

NameDescription
Item { get; }Gets the Picture element at the specified index. (2 indexers)

Methods

NameDescription
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