MindFusion.Wpf Pack Programmer's Guide
Cell.Value Property
See Also
 





Gets the effective value of this cell. If the cell contains a formula, this property should return the result of the formula evaluation.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Object Value { get; }

Visual Basic  Copy Code

Public ReadOnly Property Value As Object

 Property Value

An object representing the cell value.

 Remarks

This property cannot be assigned directly. To set the data of a cell, use the Data property.

 See Also

Cell Members
Cell Class
MindFusion.Spreadsheet.Wpf Namespace