Skip to content

Commit

Permalink
Add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakNaslundBh authored and Fraser Greenroyd committed May 12, 2023
1 parent 4e7d2a4 commit 2930835
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Excel_Adapter/Convert/FromExcel/CellContents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ public static CellContents FromExcel(this IXLCell xLCell)

/*******************************************/

[Description("Gets the value of the cell, or cached value if the TryGetValue method fails. Raises a warning if the cached value is used, and ClosedXML beleives the cell needs to be recalculated.")]
[Input("xLCell", "IXLCell to get the (cached) value from.")]
[Input("value", "Value or cached value of the cell.")]
public static object CellValueOrCashedValue(this IXLCell xLCell)
{
object value;
Expand Down

0 comments on commit 2930835

Please sign in to comment.