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

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

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

import com4j.*;

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

* Getter method for the COM property "Name" *

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

* Getter method for the COM property "AllowEdit" *

*/ @DISPID(2020) @PropGet boolean allowEdit(); /** *

* Setter method for the COM property "AllowEdit" *

* @param rhs Mandatory boolean parameter. */ @DISPID(2020) @PropPut void allowEdit( boolean rhs); /** */ @DISPID(117) void delete(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy