GridPictureCollection.Item

GridPictureCollection indexer (1 of 2)

Gets the Picture element at the specified index.

public GridPicture this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also


GridPictureCollection indexer (2 of 2)

Gets the list of Picture element at the cell.

public ArrayList this[int row, int col] { get; }
ParameterDescription
rowThe row index of the cell.
colThe column index of the cell.

Return Value

The element at the specified index.

See Also