Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IScenario Interface / getValues Method
In This Topic
    getValues Method
    In This Topic
    Returns a list that contains the current values of the changing cells for the scenario.
    Syntax
    java.util.List<Object> getValues()

    Return Value

    A list of objects representing the current values of the changing cells.
    See Also