Search
ValidationFailedEventArgs.Cell Property
See Also
 






Gets the edited cell.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Cell Cell { get; }

Visual Basic  Copy Code

Public ReadOnly Property Cell As Cell

 Property Value

An instance of the Cell class.

 See Also