CustomCellInplaceEditorCollection Methods
Represents a collection of the custom cell in-place editors assigned to worksheet cells.
Name | Description |
---|---|
Add |
Creates a cell in-place editor of the Custom |
Add |
Creates a custom cell in-place editor with the specified settings and assigns it to the specified cell range. |
Add |
Creates a custom cell in-place editor of the specified type and assigns it to the specified cell range. |
Clear() | Removes all custom cell in-place editors from the collection. |
Contains |
Determines whether the collection contains the specified custom cell in-place editor. |
Copy |
Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection. |
Get |
Returns the custom in-place editor assigned to the specified cell. |
Get |
Returns a collection of the custom cell in-place editors with the specified properties assigned to cells of the specified range. |
Get |
Returns a collection of the custom cell in-place editors of the specified type assigned to cells of the specified range. |
Get |
Returns a collection of the custom cell in-place editors assigned to cells of the specified range. |
Get |
Returns a collection of the custom cell in-place editors of the specified type and associated with the specified value. |
Get |
Returns a collection of the custom cell in-place editors of the specified type. |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Index |
Returns the index of the specified custom cell in-place editor in the collection. |
Remove |
Removes the custom cell in-place editors of the specified type from the specified cell range. |
Remove |
Removes the custom cell in-place editors assigned to cells of the specified range. |
Remove |
Removes the specified custom cell in-place editor from the collection. |
Remove |
Removes all custom cell in-place editors of the specified type from the collection. |
Remove |
Removes the custom cell in-place editor at the specified index from the collection. |
See Also