Version

WorksheetTableColumn Class Properties

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

Public Properties
 NameDescription
Public PropertyAreaFormatsGets the collection of formats used for each area of the column.  
Public PropertyColumnFormulaGets the formula associated with the data area of the column.  
Public PropertyDataAreaRegionGets the WorksheetRegion which represents the region of cells in the data area of the column.  
Public PropertyFilterGets the filter applied to the column.  
Public PropertyHeaderCellGets the WorksheetCell which represents the header cell for the column.  
Public PropertyIndexGets the 0-based index of the column in the owning WorksheetTable.Columns collection.  
Public PropertyNameGets or sets the name of the column.  
Public PropertySortConditionGets or sets the sort condition used to sort the column in the table.  
Public PropertyTableGets the WorksheetTable to which the column belongs.  
Public PropertyTotalCellGets the WorksheetCell which represents the total cell for the column.  
Public PropertyTotalFormulaGets or sets the formula to use in the total cell of the column.  
Public PropertyTotalLabelGets or sets the text label to use in the total cell of the column.  
Public PropertyWholeColumnRegionGets the WorksheetRegion which represents the region of cells in the whole column, including the header and total cells, if visible.  
See Also