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
C#
![]() |
---|
public Object Value { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Value As Object |
An object representing the cell value.
This property cannot be assigned directly. To set the data of a cell, use the Data property.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |