The following tables list the members exposed by UnknownShape.
Name | Description | |
---|---|---|
![]() | BottomRightCornerCell | Gets or sets the cell where the bottom-right corner of the shape resides. (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
![]() | BottomRightCornerPosition | Gets or sets the position in the WorksheetShape.BottomRightCornerCell of the shape's bottom-right corner, expressed in percentages. (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
![]() | Fill | Gets or sets the fill to use in the background of the shape. (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
![]() | FlippedHorizontally | Gets or sets the value which indicates whether the shape is flipped horizontally along the vertical center line. (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
![]() | FlippedVertically | Gets or sets the value which indicates whether the shape is flipped vertically along the horizontal center line. (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
![]() | Outline | Gets or sets the outline to use for the shape. (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
![]() | PositioningMode | Gets or sets the way shapes will be repositioned in excel when cells before or within the shape are resized. (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
![]() | Sheet | Gets the worksheet on which the shape resides. (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
![]() | Text | Gets or sets the formatted text of the shape. (Inherited from Infragistics.Documents.Excel.WorksheetShapeWithText) |
![]() | TopLeftCornerCell | Gets or sets the cell where the top-left corner of the shape resides. (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
![]() | TopLeftCornerPosition | Gets or sets the position in the WorksheetShape.TopLeftCornerCell of the shape's top-left corner, expressed in percentages. (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
![]() | Visible | Gets or sets the value indicating whether the shape is visible on the worksheet. (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
![]() | Worksheet | Gets the worksheet on which the shape resides. (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
Name | Description | |
---|---|---|
![]() | ClearUnknownData | Overridden. Throws an exception because all data in an unknown shape is unknown, and clearing that data would leave no data with the shape. |
![]() | GetBoundsInTwips | Overloaded. Gets the bounds of the shape in twips (1/20th of a point). (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
![]() | SetBoundsInTwips | Overloaded. Sets the bounds of the shape in twips (1/20th of a point). (Inherited from Infragistics.Documents.Excel.WorksheetShape) |
View on GitHub