Infragistics(R) NetAdvantage(R) WPF
WorksheetShape Class Members
See Also  Properties  Methods  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : WorksheetShape Class


The following tables list the members exposed by WorksheetShape.

Public Properties

 NameDescription
public PropertyBottomRightCornerCell Gets or sets the cell where the bottom-right corner of the shape resides.  
public PropertyBottomRightCornerPositionGets or sets the position in the WorksheetShape.BottomRightCornerCell of the shape's bottom-right corner, expressed in percentages.  
public PropertyFill Gets or sets the fill to use in the background of the shape.  
public PropertyFlippedHorizontally Gets or sets the value which indicates whether the shape is flipped horizontally along the vertical center line.  
public PropertyFlippedVertically Gets or sets the value which indicates whether the shape is flipped vertically along the horizontal center line.  
public PropertyOutline Gets or sets the outline to use for the shape.  
public PropertyPositioningMode Gets or sets the way shapes will be repositioned in excel when cells before or within the shape are resized.  
public PropertyTopLeftCornerCell Gets or sets the cell where the top-left corner of the shape resides.  
public PropertyTopLeftCornerPositionGets or sets the position in the WorksheetShape.TopLeftCornerCell of the shape's top-left corner, expressed in percentages.  
public PropertyVisible Gets or sets the value indicating whether the shape is visible on the worksheet.  
public PropertyWorksheet Gets the worksheet on which the shape resides.  
Top

Public Methods

 NameDescription
public MethodClearUnknownData Clears the cached unknown shape data which was read in from a parsed excel file.  
public Methodstatic (Shared in Visual Basic)CreatePredefinedShape Creates a shape which is predefined in Microsoft Excel.  
public MethodGetBoundsInTwipsOverloaded.  Gets the bounds of the shape in twips (1/20th of a point).  
public MethodSetBoundsInTwipsOverloaded.  Sets the bounds of the shape in twips (1/20th of a point).  
Top

See Also