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
Assembly: MindFusion.Spreadsheet.WinForms
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 Programmer's Guide | © 2025 MindFusion |