com.aspose.cells
Class ListColumn

java.lang.Object
    extended by com.aspose.cells.ListColumn

public class ListColumn 
extends java.lang.Object

Represents a column in a list.

Property Getters/Setters Summary
java.lang.StringgetName()
voidsetName(java.lang.String value)
           Gets and sets the name of the column.
RangegetRange()
           Gets the range of this list column.
intgetTotalsCalculation()
voidsetTotalsCalculation(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)
Gets and sets the name of the column. If sets the name of the column, the according cell' value will be changed too.

getTotalsCalculation/setTotalsCalculation

public int getTotalsCalculation() / public 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.

getRange

public Range getRange()
Gets the range of this list column.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.