[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.EditingData

EditingData Struct

Represents the editing data.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public struct EditingData
Public Structure EditingData

Fields

Name Description
Empty

Gets the default value for editing data.

Error

Gets the EditingData value which represents an error editing.

Properties

Name Description
Formula

Gets or sets the editing formula.

IsError

Gets a boolean value indicating whether this value represents an error editing value.

Message

Gest a string value indicating the message to display.

NumberFormatId

Gets or sets an integer value indicating the number format ID.

Value

Gets or sets the editing value.

WrapText

Gets or sets a boolean value indicating the wrap text state of the editing cell.

Methods

Name Description
FromFormula(string)

Gets an EditingData value which represents an inputted formula.

FromValue(object)

Gets an EditingData value which represents an inputted value.