Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IScenarios Interface / get Method / get(String) Method
The scenario name.
In This Topic
    get(String) Method
    In This Topic
    Gets the scenario using the name.
    Syntax
    IScenario get( 
       java.lang.String name
    )

    Parameters

    name
    The scenario name.

    Return Value

    The scenario with the specified name.
    See Also