CustomCellInplaceEditorCollection Methods
Represents a collection of the custom cell in-place editors assigned to worksheet cells.| Name | Description |
|---|---|
| Add(CellRange, CustomCellInplaceEditorType, ValueObject, Boolean) | Creates a cell in-place editor of the CustomCellInplaceEditorType.ComboBox type and assigns it to the specified cell range. |
| Add(CellRange, CustomCellInplaceEditorType, ValueObject) | Creates a custom cell in-place editor with the specified settings and assigns it to the specified cell range. |
| Add(CellRange, CustomCellInplaceEditorType) | 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(CustomCellInplaceEditor) | Determines whether the collection contains the specified custom cell in-place editor. |
| CopyTo(Array, Int32) | Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection. |
| GetCustomCellInplaceEditor(Cell) | Returns the custom in-place editor assigned to the specified cell. |
| GetCustomCellInplaceEditors(CellRange, CustomCellInplaceEditorType, ValueObject) | Returns a collection of the custom cell in-place editors with the specified properties assigned to cells of the specified range. |
| GetCustomCellInplaceEditors(CellRange, CustomCellInplaceEditorType) | Returns a collection of the custom cell in-place editors of the specified type assigned to cells of the specified range. |
| GetCustomCellInplaceEditors(CellRange) | Returns a collection of the custom cell in-place editors assigned to cells of the specified range. |
| GetCustomCellInplaceEditors(CustomCellInplaceEditorType, ValueObject) | Returns a collection of the custom cell in-place editors of the specified type and associated with the specified value. |
| GetCustomCellInplaceEditors(CustomCellInplaceEditorType) | Returns a collection of the custom cell in-place editors of the specified type. |
| GetEnumerator() | Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>. |
| IndexOf(CustomCellInplaceEditor) | Returns the index of the specified custom cell in-place editor in the collection. |
| Remove(CellRange, CustomCellInplaceEditorType) | Removes the custom cell in-place editors of the specified type from the specified cell range. |
| Remove(CellRange) | Removes the custom cell in-place editors assigned to cells of the specified range. |
| Remove(CustomCellInplaceEditor) | Removes the specified custom cell in-place editor from the collection. |
| Remove(CustomCellInplaceEditorType) | Removes all custom cell in-place editors of the specified type from the collection. |
| RemoveAt(Int32) | Removes the custom cell in-place editor at the specified index from the collection. |
See Also