PictureCollection Members
In This Article
#Properties
Name | Description |
---|---|
Count | Gets the number of elements contained in the ICollection. Inherited from ICollection. |
Is |
Gets a value indicating whether access to the ICollection is synchronized (thread safe). Inherited from ICollection. |
Sync |
Gets an object that can be used to synchronize access to the ICollection. Inherited from ICollection. |
#Methods
Name | Description |
---|---|
Add |
Inserts a picture from the Spreadsheet |
Add |
Inserts a picture from the Spreadsheet |
Add |
Inserts a picture from the Spreadsheet |
Add |
Inserts a picture from the Spreadsheet |
Add |
Inserts a picture from the Spreadsheet |
Add |
Inserts a picture from the Spreadsheet |
Add |
Inserts a picture from the Image object so that the top left corner of the picture is located at the specified cell.
|
Add |
Inserts an image that fits into the specified range. Allows you to lock the aspect ratio. |
Add |
Inserts an image to fit in the specified range. |
Add |
Inserts a picture from a file at the set location and resizes it to the specified dimensions. Allows you to lock the aspect ratio. |
Add |
Inserts an image at the specified location and resize it to the specified dimensions. |
Add |
Inserts a picture from the Image object at the specified location.
|
Add |
Inserts a picture from a file so that the top left corner of the picture is located at the specified cell. |
Add |
Inserts a picture from a file to fit in the specified range allowing you to lock the aspect ratio. |
Add |
Inserts a picture from a file to fit in the specified range. |
Add |
Inserts a picture from a file at the specified location and resizes it to the specified dimensions allowing you to lock the aspect ratio. |
Add |
Inserts a picture from a file at the specified location and resizes it to the specified dimensions. |
Add |
Inserts a picture from a file at the specified location. |
Clear() |
Removes all objects from the Picture |
Contains |
Determines whether the collection contains the specified item. |
Copy |
Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection. |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Get |
Gets a picture by its ID value. |
Get |
Gets picture |
Index |
Returns the index of the specified picture in the collection. |
Remove |
Removes the element at the specified index of the Picture |
See Also