GrapeCity.Win.MultiRow Namespace > ShapeCell Class : Value Property |
<LocalizableAttribute(True)> Public Shadows Property Value As Object
[Localizable(true)] public new object Value {get; set;}
When you assign a different value to a cell, the CellValueChanged event of the GcMultiRow control is raised.
The Cell.Value property is the actual data object contained by the cell, whereas the Cell.FormattedValue property is the formatted representation of the data. The Cell.ValueType and Cell.FormattedValueType properties correspond to the data types of these values, respectively.
When you set the Cell.Value property, the specified value is not automatically converted from a formatted, display value to an underlying cell value. For example, the CellStyle in effect for the cell is ignored, so setting Cell.Value to CellStyle.NullValue does not result in a property value of CellStyle.DataSourceNullValue.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2