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

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

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

import com4j.*;

@IID("{00020400-0000-0000-C000-000000000046}")
public interface PivotCell 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(); /** *

* Getter method for the COM property "PivotCellType" *

*/ @DISPID(2189) @PropGet net.rgielen.com4j.office2010.excel.XlPivotCellType pivotCellType(); /** *

* Getter method for the COM property "PivotTable" *

*/ @DISPID(716) @PropGet net.rgielen.com4j.office2010.excel.PivotTable pivotTable(); /** *

* Getter method for the COM property "DataField" *

*/ @DISPID(2091) @PropGet net.rgielen.com4j.office2010.excel.PivotField dataField(); /** *

* Getter method for the COM property "PivotField" *

*/ @DISPID(731) @PropGet net.rgielen.com4j.office2010.excel.PivotField pivotField(); /** *

* Getter method for the COM property "PivotItem" *

*/ @DISPID(740) @PropGet net.rgielen.com4j.office2010.excel.PivotItem pivotItem(); /** *

* Getter method for the COM property "RowItems" *

*/ @DISPID(2190) @PropGet net.rgielen.com4j.office2010.excel.PivotItemList rowItems(); /** *

* Getter method for the COM property "ColumnItems" *

*/ @DISPID(2191) @PropGet net.rgielen.com4j.office2010.excel.PivotItemList columnItems(); /** *

* Getter method for the COM property "Range" *

*/ @DISPID(197) @PropGet net.rgielen.com4j.office2010.excel.Range range(); /** *

* Getter method for the COM property "Dummy18" *

*/ @DISPID(2295) @PropGet java.lang.String dummy18(); /** *

* Getter method for the COM property "CustomSubtotalFunction" *

*/ @DISPID(2193) @PropGet net.rgielen.com4j.office2010.excel.XlConsolidationFunction customSubtotalFunction(); /** *

* Getter method for the COM property "PivotRowLine" *

*/ @DISPID(2673) @PropGet net.rgielen.com4j.office2010.excel.PivotLine pivotRowLine(); /** *

* Getter method for the COM property "PivotColumnLine" *

*/ @DISPID(2674) @PropGet net.rgielen.com4j.office2010.excel.PivotLine pivotColumnLine(); /** */ @DISPID(2928) void allocateChange(); /** */ @DISPID(2929) void discardChange(); /** *

* Getter method for the COM property "DataSourceValue" *

*/ @DISPID(2930) @PropGet java.lang.Object dataSourceValue(); /** *

* Getter method for the COM property "CellChanged" *

*/ @DISPID(2931) @PropGet net.rgielen.com4j.office2010.excel.XlCellChangedState cellChanged(); /** *

* Getter method for the COM property "MDX" *

*/ @DISPID(2123) @PropGet java.lang.String mdx(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy