net.rgielen.com4j.office2010.excel.ListColumn Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00020400-0000-0000-C000-000000000046}")
public interface ListColumn 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();
/**
*/
@DISPID(117)
void delete();
/**
*
* Getter method for the COM property "_Default"
*
*/
@DISPID(0)
@PropGet
@DefaultMethod
java.lang.String _Default();
/**
*
* Getter method for the COM property "ListDataFormat"
*
*/
@DISPID(2321)
@PropGet
net.rgielen.com4j.office2010.excel.ListDataFormat listDataFormat();
/**
*
* Getter method for the COM property "Index"
*
*/
@DISPID(486)
@PropGet
int index();
/**
*
* Getter method for the COM property "Name"
*
*/
@DISPID(110)
@PropGet
java.lang.String name();
/**
*
* Setter method for the COM property "Name"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@DISPID(110)
@PropPut
void name(
java.lang.String rhs);
/**
*
* Getter method for the COM property "Range"
*
*/
@DISPID(197)
@PropGet
net.rgielen.com4j.office2010.excel.Range range();
/**
*
* Getter method for the COM property "TotalsCalculation"
*
*/
@DISPID(2322)
@PropGet
net.rgielen.com4j.office2010.excel.XlTotalsCalculation totalsCalculation();
/**
*
* Setter method for the COM property "TotalsCalculation"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlTotalsCalculation parameter.
*/
@DISPID(2322)
@PropPut
void totalsCalculation(
net.rgielen.com4j.office2010.excel.XlTotalsCalculation rhs);
/**
*
* Getter method for the COM property "XPath"
*
*/
@DISPID(2258)
@PropGet
net.rgielen.com4j.office2010.excel.XPath xPath();
/**
*
* Getter method for the COM property "SharePointFormula"
*
*/
@DISPID(2323)
@PropGet
java.lang.String sharePointFormula();
/**
*
* Getter method for the COM property "DataBodyRange"
*
*/
@DISPID(705)
@PropGet
net.rgielen.com4j.office2010.excel.Range dataBodyRange();
/**
*
* Getter method for the COM property "Total"
*
*/
@DISPID(2681)
@PropGet
net.rgielen.com4j.office2010.excel.Range total();
// Properties:
}