[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EditModeStartingEventArgs

EditModeStartingEventArgs Class

Represents the event data for the EditModeOn event for the Spread component, which occurs when edit mode is starting.

Inheritance
EditModeStartingEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class EditModeStartingEventArgs : EventArgs
Public Class EditModeStartingEventArgs
    Inherits EventArgs

Constructors

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.

Properties

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.

OSZAR »