Back to Devexpress

CustomCellInplaceEditorCollection.Clear() Method

officefileapi-devexpress-dot-spreadsheet-dot-customcellinplaceeditorcollection.md

latest1.5 KB
Original Source

CustomCellInplaceEditorCollection.Clear() Method

Removes all custom cell in-place editors from the collection.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void Clear()
vb
Sub Clear

Remarks

To remove specific custom cell in-place editors from the collection, use the CustomCellInplaceEditorCollection.Remove or CustomCellInplaceEditorCollection.RemoveAt method.

See Also

Remove

RemoveAt(Int32)

CustomCellInplaceEditorCollection Interface

CustomCellInplaceEditorCollection Members

DevExpress.Spreadsheet Namespace