Back to Devexpress

CustomCellInplaceEditorCollection.IndexOf(CustomCellInplaceEditor) Method

officefileapi-devexpress-dot-spreadsheet-dot-customcellinplaceeditorcollection-dot-indexof-x28-devexpress-dot-spreadsheet-dot-customcellinplaceeditor-x29.md

latest1.8 KB
Original Source

CustomCellInplaceEditorCollection.IndexOf(CustomCellInplaceEditor) Method

Returns the index of the specified custom cell in-place editor in the collection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int IndexOf(
    CustomCellInplaceEditor item
)
vb
Function IndexOf(
    item As CustomCellInplaceEditor
) As Integer

Parameters

NameTypeDescription
itemCustomCellInplaceEditor

A CustomCellInplaceEditor object that specifies the custom cell in-place editor to locate in the collection.

|

Returns

TypeDescription
Int32

A zero-based integer which specifies the custom editor’s position within the collection. -1 if the editor doesn’t belong to the collection.

|

See Also

CustomCellInplaceEditorCollection Interface

CustomCellInplaceEditorCollection Members

DevExpress.Spreadsheet Namespace