All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.rgielen.com4j.office2010.excel.Scenario Maven / Gradle / Ivy

The newest version!
package net.rgielen.com4j.office2010.excel  ;

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface Scenario extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

*/ @DISPID(148) @PropGet net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

*/ @DISPID(149) @PropGet net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

*/ @DISPID(150) @PropGet com4j.Com4jObject parent(); /** * @param changingCells Mandatory java.lang.Object parameter. * @param values Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(912) java.lang.Object changeScenario( java.lang.Object changingCells, @Optional java.lang.Object values); /** *

* Getter method for the COM property "ChangingCells" *

*/ @DISPID(911) @PropGet net.rgielen.com4j.office2010.excel.Range changingCells(); /** *

* Getter method for the COM property "Comment" *

*/ @DISPID(910) @PropGet java.lang.String comment(); /** *

* Setter method for the COM property "Comment" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(910) @PropPut void comment( java.lang.String rhs); /** */ @DISPID(117) java.lang.Object delete(); /** *

* Getter method for the COM property "Hidden" *

*/ @DISPID(268) @PropGet boolean hidden(); /** *

* Setter method for the COM property "Hidden" *

* @param rhs Mandatory boolean parameter. */ @DISPID(268) @PropPut void hidden( boolean rhs); /** *

* Getter method for the COM property "Index" *

*/ @DISPID(486) @PropGet int index(); /** *

* Getter method for the COM property "Locked" *

*/ @DISPID(269) @PropGet boolean locked(); /** *

* Setter method for the COM property "Locked" *

* @param rhs Mandatory boolean parameter. */ @DISPID(269) @PropPut void locked( boolean rhs); /** *

* Getter method for the COM property "Name" *

*/ @DISPID(110) @PropGet java.lang.String name(); /** *

* Setter method for the COM property "Name" *

* @param rhs Mandatory java.lang.String parameter. */ @DISPID(110) @PropPut void name( java.lang.String rhs); /** */ @DISPID(496) java.lang.Object show(); /** *

* Getter method for the COM property "Values" *

* @param index Optional parameter. Default value is com4j.Variant.getMissing() */ @DISPID(164) @PropGet java.lang.Object values( @Optional java.lang.Object index); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy