Class CellComboBoxEventArgs
CellComboBoxEventArgs class
Provides data for cell ComboBox events.
public class CellComboBoxEventArgs : CellControlEventArgs
Properties
| Name | Description |
|---|---|
| Column { get; } | Gets column index of worksheet.(Inherited from CellControlEventArgs.) |
| Handled { get; set; } | Gets or sets the value indicating whether the event should be handled. |
| NewValue { get; } | Gets the new value to be set. |
| Row { get; } | Gets row index of worksheet.(Inherited from CellControlEventArgs.) |
See Also
- class CellControlEventArgs
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop