Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IScenario Interface / Values Property
In This Topic
    Values Property (IScenario)
    In This Topic
    Returns a list that contains the current values of the changing cells for the scenario. Read-only.
    Syntax
    System.Collections.Generic.IList<object> Values {get;}
    See Also