[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.Item-1.Value

Value Property

Value

Gets or sets the content value of Item.

Declaration
public T Value { get; set; }
Public Property Value As T
Property Value
Type Description
T

The value of the content.

Exceptions
Type Condition
ArgumentException

When value is or string.Empty or string contains invalid chars.

ArgumentOutOfRangeException

When value is in out of the range of (0,9).