GridPictureCollection.Item
Contents
[
Hide
]GridPictureCollection indexer (1 of 2)
Gets the Picture element at the specified index.
public GridPicture this[int index] { get; }
Parameter | Description |
---|---|
index | The zero based index of the element. |
Return Value
The element at the specified index.
See Also
- class GridPicture
- class GridPictureCollection
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
GridPictureCollection indexer (2 of 2)
Gets the list of Picture element at the cell.
public ArrayList this[int row, int col] { get; }
Parameter | Description |
---|---|
row | The row index of the cell. |
col | The column index of the cell. |
Return Value
The element at the specified index.
See Also
- class GridPictureCollection
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop