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

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

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

import com4j.*;

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

* Getter method for the COM property "ThrottleInterval" *

*/ @DISPID(2240) @PropGet int throttleInterval(); /** *

* Setter method for the COM property "ThrottleInterval" *

* @param rhs Mandatory int parameter. */ @DISPID(2240) @PropPut void throttleInterval( int rhs); /** */ @DISPID(2241) void refreshData(); /** */ @DISPID(2242) void restartServers(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy