Back to Devexpress

CustomCellInplaceEditorCollection.GetCustomCellInplaceEditor(Cell) Method

officefileapi-devexpress-dot-spreadsheet-dot-customcellinplaceeditorcollection-dot-getcustomcellinplaceeditor-x28-devexpress-dot-spreadsheet-dot-cell-x29.md

latest2.4 KB
Original Source

CustomCellInplaceEditorCollection.GetCustomCellInplaceEditor(Cell) Method

Returns the custom in-place editor assigned to the specified cell.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
CustomCellInplaceEditor GetCustomCellInplaceEditor(
    Cell cell
)
vb
Function GetCustomCellInplaceEditor(
    cell As Cell
) As CustomCellInplaceEditor

Parameters

NameTypeDescription
cellCell

A Cell object specifying a cell that contains the custom editor to be returned.

|

Returns

TypeDescription
CustomCellInplaceEditor

A CustomCellInplaceEditor object that is a custom in-place editor assigned to the specified cell.

|

Remarks

Use the GetCustomCellInplaceEditor method to obtain a custom in-place editor assigned to a particular cell in a worksheet. The GetCustomCellInplaceEditor method returns null ( Nothing in Visual Basic) in the following cases:

  • If the cell parameter of the method is null.
  • If the Cell object specified by the cell parameter doesn’t belong to the worksheet owning the current CustomCellInplaceEditorCollection collection that calls this method.
  • If the specified cell doesn’t contain a custom in-place editor.

See Also

CustomCellInplaceEditorCollection Interface

CustomCellInplaceEditorCollection Members

DevExpress.Spreadsheet Namespace