[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.TextChangingEventArgs.Result

Result Property

Result

Gets the value that indicates the result after the text is changed.

Declaration
public string Result { get; }
Public ReadOnly Property Result As String
Property Value
Type Description
string

A string that indicates the result after text is changed.

Remarks

The Result retrieves the new text which the old text was changed to.