Xceed Workbooks for .NET v1.4 Documentation
TableColumn Class Properties


Xceed.Workbooks.NET Assembly > Xceed.Workbooks.NET Namespace : TableColumn Class

For a list of all members of this type, see TableColumn members.

Public Properties
 NameDescription
Public PropertyGets the last cell of the TableColumn.  
Public PropertyGets or sets the name of the table's column.  
Public PropertyGets the first cell of the TableColumn.  
Public PropertyGets or sets the custom formula used for a TableColumn’s total row. The TableColumn.TotalRowFunction property must be set to CustomFormula for this property to work. Note that this property can affect the Formula property of the cells in the total row.  
Public PropertyGets or sets the built-in formula used for a TableColumn’s total row. The formula will be applied for each cell of the TableColumn. If the value is None, the TableColumn.TotalRowLabel can be displayed; if the value is CustomFormula, the TableColumn.TotalRowFormula can be used. This property can affect the Formula and Value properties of the cells in the total row. The default value is None.  
Public PropertyGets or sets the label used for a TableColumn’s total row. The TableColumn.TotalRowFunction property must be set to None for this property to work. Note that this property can affect the Value property of the cells in the total row.  
Top
See Also

Reference

TableColumn Class
Xceed.Workbooks.NET Namespace