Gets or sets the complex value associated with this range of cells.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public Object Value { get; set; }
Visual Basic
Public Property Value As Object
	Get
	Set

Remarks

The value may contain strings, numeric, Boolean, DateTime, or null objects. Other types of objects cannot be saved in Excel files.

See Also