Public Methods
Public Properties
Gets the image displayed in the worksheet for this shape. Syntax Property Value The image displayed in the worksheet for this shape.
Sets the bounds of the shape in twips (1/20th of a point). Syntax Parameters worksheet The worksheet on which the shape should be placed.bounds The new bounds where the shape should be placed.maintainAspectRatio The value indicating whether the images aspect ratio should be maintained. Exceptions Exception Descrip...
Sets the bounds of the shape in twips (1/20th of a point). Syntax Parameters worksheet The worksheet on which the shape should be placed.bounds The new bounds where the shape should be placed.maintainAspectRatio The value indicating whether the images aspect ratio should be maintained.options The options to use wh...
Sets the bounds of the shape in twips (1/20th of a point). Overload List
Creates a new WorksheetImage instance. Syntax Parameters image The image displayed in the worksheet for this shape. Exceptions Exception Description System.ArgumentNullException image is null.
Overload List
Abstract base class for collections of the main worksheet elements (rows, columns, and cells). Syntax Type Parameters T The type of item contained in the collection. Remarks Because of the large number of elements on a worksheet, this collection internally creates elements when they are requested. Iterating this c...