IShapes Interface |
Namespace: Spire.Xls.Core
The IShapes type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Returns the number of objects in the collection. Read-only Long.
|
|
|
Item Int32 |
Returns single shape from the collection by its index.
|
|
|
Item String |
Returns single shape from the collection by its name. Read-only.
|
|
|
Parent |
Gets the parent object of the current instance.
(Inherited from
IExcelApplication
.)
|
| Name | Description | |
|---|---|---|
|
|
Add |
Adds new chart shape to the collection.
|
|
|
AddCheckBox |
Adds new check box to the collection.
|
|
|
AddComboBox |
Adds new check box to the collection.
|
|
|
AddComment |
Adds new Comment shape with empty comment text to the collection.
|
|
|
AddComment(String) |
Adds new Comment shape to the collection.
|
|
|
AddComment(String, Boolean) |
Adds new Comment shape to the collection.
|
|
|
AddCopy(IShape) |
Adds shape copy to the collection.
|
|
|
AddCopy(IShape, Dictionary String, String , List Int32 ) |
Adds shape copy to shapes collection.
|
|
|
AddLine |
Adds new text line to the collection.
|
|
|
AddOval |
Adds an oval shape to the specified row and column with the given height and width.
|
|
|
AddPicture(String) |
Adds new image to the collection.
|
|
|
AddPicture(Image, String, ImageFormatType) |
Adds new image to the collection.
|
|
|
AddPrstGeomShape |
Adds a predefined geometric shape to the document.
|
|
|
AddRadioButton |
Adds new ootion button to the collection.
|
|
|
AddTextBox |
Adds new text box to the collection.
|
|
|
GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from
IEnumerable
.)
|