Version

Search Results

Image Property

Gets the image displayed in the worksheet for this shape. Syntax Property Value The image displayed in the worksheet for this shape.

SetBoundsInTwips(Worksheet,Rectangle,Boolean) Method

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...

SetBoundsInTwips(Worksheet,Rectangle,Boolean,PositioningOptions) Method

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...

SetBoundsInTwips Method (WorksheetImage)

Sets the bounds of the shape in twips (1/20th of a point). Overload List

WorksheetImage Constructor

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.

WorksheetItemCollection<T> Class

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...