Class GridPictureCollection

GridPictureCollection class

Encapsulates a collection of GridPicture objects.

public class GridPictureCollection

Properties

NameDescription
Count { get; }
Item { get; }Gets the GridPicture element at the specified index.

Methods

NameDescription
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()
GetEnumerator()Gets the rows enumerator
RemoveAt(int)

See Also