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

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

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

import com4j.*;

@IID("{00024458-0001-0000-C000-000000000046}")
public interface IPivotCell extends Com4jObject {
  // Methods:
  /**
   * 

* Getter method for the COM property "Application" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel._Application */ @VTID(7) net.rgielen.com4j.office2010.excel._Application application(); /** *

* Getter method for the COM property "Creator" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCreator */ @VTID(8) net.rgielen.com4j.office2010.excel.XlCreator creator(); /** *

* Getter method for the COM property "Parent" *

* @return Returns a value of type com4j.Com4jObject */ @VTID(9) @ReturnValue(type=NativeType.Dispatch) com4j.Com4jObject parent(); /** *

* Getter method for the COM property "PivotCellType" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlPivotCellType */ @VTID(10) net.rgielen.com4j.office2010.excel.XlPivotCellType pivotCellType(); /** *

* Getter method for the COM property "PivotTable" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotTable */ @VTID(11) net.rgielen.com4j.office2010.excel.PivotTable pivotTable(); /** *

* Getter method for the COM property "DataField" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotField */ @VTID(12) net.rgielen.com4j.office2010.excel.PivotField dataField(); /** *

* Getter method for the COM property "PivotField" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotField */ @VTID(13) net.rgielen.com4j.office2010.excel.PivotField pivotField(); /** *

* Getter method for the COM property "PivotItem" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotItem */ @VTID(14) net.rgielen.com4j.office2010.excel.PivotItem pivotItem(); /** *

* Getter method for the COM property "RowItems" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotItemList */ @VTID(15) net.rgielen.com4j.office2010.excel.PivotItemList rowItems(); /** *

* Getter method for the COM property "ColumnItems" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotItemList */ @VTID(16) net.rgielen.com4j.office2010.excel.PivotItemList columnItems(); /** *

* Getter method for the COM property "Range" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.Range */ @VTID(17) net.rgielen.com4j.office2010.excel.Range range(); /** *

* Getter method for the COM property "Dummy18" *

* @return Returns a value of type java.lang.String */ @VTID(18) java.lang.String dummy18(); /** *

* Getter method for the COM property "CustomSubtotalFunction" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlConsolidationFunction */ @VTID(19) net.rgielen.com4j.office2010.excel.XlConsolidationFunction customSubtotalFunction(); /** *

* Getter method for the COM property "PivotRowLine" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotLine */ @VTID(20) net.rgielen.com4j.office2010.excel.PivotLine pivotRowLine(); /** *

* Getter method for the COM property "PivotColumnLine" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.PivotLine */ @VTID(21) net.rgielen.com4j.office2010.excel.PivotLine pivotColumnLine(); /** */ @VTID(22) void allocateChange(); /** */ @VTID(23) void discardChange(); /** *

* Getter method for the COM property "DataSourceValue" *

* @return Returns a value of type java.lang.Object */ @VTID(24) @ReturnValue(type=NativeType.VARIANT) java.lang.Object dataSourceValue(); /** *

* Getter method for the COM property "CellChanged" *

* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlCellChangedState */ @VTID(25) net.rgielen.com4j.office2010.excel.XlCellChangedState cellChanged(); /** *

* Getter method for the COM property "MDX" *

* @return Returns a value of type java.lang.String */ @VTID(26) java.lang.String mdx(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy