Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CustomCellInplaceEditorCollection Members

Represents a collection of the custom cell in-place editors assigned to worksheet cells.

Properties

Name Description
Count Gets the number of elements contained in the ICollection. Inherited from ICollection.
IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe). Inherited from ICollection.
SyncRoot Gets an object that can be used to synchronize access to the ICollection. Inherited from ICollection.

Methods

Name Description
Add(Range, CustomCellInplaceEditorType, ValueObject, Boolean) Creates a cell in-place editor of the CustomCellInplaceEditorType.ComboBox type and assigns it to the specified cell range.
Add(Range, CustomCellInplaceEditorType, ValueObject) Creates a custom cell in-place editor with the specified settings and assigns it to the specified cell range.
Add(Range, 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(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.
GetCustomCellInplaceEditors(Range, CustomCellInplaceEditorType, ValueObject) Returns a collection of the custom cell in-place editors with the specified properties assigned to cells of the specified range.
GetCustomCellInplaceEditors(Range, CustomCellInplaceEditorType) Returns a collection of the custom cell in-place editors of the specified type assigned to cells of the specified range.
GetCustomCellInplaceEditors(Range) Returns a collection of the custom cell in-place editors assigned to cells of the specified range.
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(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.
Remove(Range, CustomCellInplaceEditorType) Removes the custom cell in-place editors of the specified type from the specified cell range.
Remove(Range) Removes the custom cell in-place editors assigned to cells of the specified range.
RemoveAt(Int32) Removes the custom cell in-place editor at the specified index from the collection.
See Also