net.rgielen.com4j.office2010.excel.IListColumn Maven / Gradle / Ivy
package net.rgielen.com4j.office2010.excel ;
import com4j.*;
@IID("{00024473-0001-0000-C000-000000000046}")
public interface IListColumn 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();
/**
*/
@VTID(10)
void delete();
/**
*
* Getter method for the COM property "_Default"
*
* @return Returns a value of type java.lang.String
*/
@VTID(11)
@DefaultMethod
java.lang.String _Default();
/**
*
* Getter method for the COM property "ListDataFormat"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.ListDataFormat
*/
@VTID(12)
net.rgielen.com4j.office2010.excel.ListDataFormat listDataFormat();
/**
*
* Getter method for the COM property "Index"
*
* @return Returns a value of type int
*/
@VTID(13)
int index();
/**
*
* Getter method for the COM property "Name"
*
* @return Returns a value of type java.lang.String
*/
@VTID(14)
java.lang.String name();
/**
*
* Setter method for the COM property "Name"
*
* @param rhs Mandatory java.lang.String parameter.
*/
@VTID(15)
void name(
java.lang.String rhs);
/**
*
* Getter method for the COM property "Range"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.Range
*/
@VTID(16)
net.rgielen.com4j.office2010.excel.Range range();
/**
*
* Getter method for the COM property "TotalsCalculation"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XlTotalsCalculation
*/
@VTID(17)
net.rgielen.com4j.office2010.excel.XlTotalsCalculation totalsCalculation();
/**
*
* Setter method for the COM property "TotalsCalculation"
*
* @param rhs Mandatory net.rgielen.com4j.office2010.excel.XlTotalsCalculation parameter.
*/
@VTID(18)
void totalsCalculation(
net.rgielen.com4j.office2010.excel.XlTotalsCalculation rhs);
/**
*
* Getter method for the COM property "XPath"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.XPath
*/
@VTID(19)
net.rgielen.com4j.office2010.excel.XPath xPath();
/**
*
* Getter method for the COM property "SharePointFormula"
*
* @return Returns a value of type java.lang.String
*/
@VTID(20)
java.lang.String sharePointFormula();
/**
*
* Getter method for the COM property "DataBodyRange"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.Range
*/
@VTID(21)
net.rgielen.com4j.office2010.excel.Range dataBodyRange();
/**
*
* Getter method for the COM property "Total"
*
* @return Returns a value of type net.rgielen.com4j.office2010.excel.Range
*/
@VTID(22)
net.rgielen.com4j.office2010.excel.Range total();
// Properties:
}