java.lang.Objectcom.aspose.cells.ListColumn
public class ListColumn
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getName() | |
void | setName(java.lang.String value) | |
Gets and sets the name of the column. | ||
Range | getRange() | |
Gets the range of this list column. | ||
int | getTotalsCalculation() | |
void | setTotalsCalculation(int value) | |
Gets and sets the type of calculation in the Totals row of the list column. The value of the property is TotalsCalculation integer constant. |
Property Getters/Setters Detail |
---|
getName/setName | |
public java.lang.String getName() / public void setName(java.lang.String value) |
getTotalsCalculation/setTotalsCalculation | |
public int getTotalsCalculation() / public void setTotalsCalculation(int value) |
getRange | |
public Range getRange() |