[]
Represents the event data for the EditModeOn event for the Spread component, which occurs when edit mode is starting.
public class EditModeStartingEventArgs : EventArgs
Public Class EditModeStartingEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| EditModeStartingEventArgs(bool) | Creates a new object with the EditModeStarting event arguments. |
| EditModeStartingEventArgs(bool, bool) | Creates a new object with the EditModeStarting event arguments. |
| EditModeStartingEventArgs(bool, bool, bool) | Creates a new object with the EditModeStarting event arguments. |
| Name | Description |
|---|---|
| Cancel | Gets or sets whether to cancel edit mode. |
| EditFormula | Gets or sets whether the formula for the cell should be edited. |
| RichText | Gets or sets a boolean value indicating whether the text will be edited as rich text. |
| RichTextSupported | Gets a boolean value indicating whether the rich text can be editable. |