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

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

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

import com4j.*;

@IID("{0002446A-0001-0000-C000-000000000046}")
public interface IAllowEditRanges extends Com4jObject,Iterable {
  // Methods:
  /**
   * 

* Getter method for the COM property "Count" *

* @return Returns a value of type int */ @VTID(7) int count(); /** *

* Getter method for the COM property "Item" *

* @param index Mandatory java.lang.Object parameter. * @return Returns a value of type net.rgielen.com4j.office2010.excel.AllowEditRange */ @VTID(8) net.rgielen.com4j.office2010.excel.AllowEditRange item( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** * @param title Mandatory java.lang.String parameter. * @param range Mandatory net.rgielen.com4j.office2010.excel.Range parameter. * @param password Optional parameter. Default value is com4j.Variant.getMissing() * @return Returns a value of type net.rgielen.com4j.office2010.excel.AllowEditRange */ @VTID(9) net.rgielen.com4j.office2010.excel.AllowEditRange add( java.lang.String title, net.rgielen.com4j.office2010.excel.Range range, @Optional @MarshalAs(NativeType.VARIANT) java.lang.Object password); /** *

* Getter method for the COM property "_Default" *

* @param index Mandatory java.lang.Object parameter. * @return Returns a value of type net.rgielen.com4j.office2010.excel.AllowEditRange */ @VTID(10) @DefaultMethod net.rgielen.com4j.office2010.excel.AllowEditRange _Default( @MarshalAs(NativeType.VARIANT) java.lang.Object index); /** *

* Getter method for the COM property "_NewEnum" *

*/ @VTID(11) java.util.Iterator iterator(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy