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
SyntaxC#
Copy Code
|
|---|
public Object Value { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Value As Object |
An object representing the cell value.
RemarksThis property cannot be assigned directly. To set the data of a cell, use the Data property.
See Also