FarPoint.Win.Spread
Column Class Members
See Also  Properties  Methods 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : Column Class


The following tables list the members exposed by Column.

Public Properties

 NameDescription
Public PropertyAllowAutoFilter Gets or sets whether this column allows automatic filtering.  
Public PropertyAllowAutoSort Gets or sets whether this column allows automatic sorting.  
Public PropertyAutoFilterIndex Gets or sets the auto filter index for the column.  
Public PropertyAutoSortIndex Gets or sets the sort sort index for the column.  
Public PropertyBackColor Gets or sets the default background color for cells in this column.  
Public PropertyBorder Gets or sets the default border for cells in this column.  
Public PropertyCanFocus Gets or sets whether the user can set focus to the cell using the keyboard or mouse for cells in this column.  
Public PropertyCellPadding Gets or sets the amount of space, in pixels, to cell padding in cells of the column(s).  
Public PropertyCellType Gets or sets the default cell type for cells in this column.  
Public PropertyDataField Gets or sets the data field for this column in the data source.  
Public PropertyEditor Gets or sets the default editor for cells in this column.  
Public PropertyFont Gets or sets the default font for text in cells in this column.  
Public PropertyForeColor Gets or sets the default text color for cells in this column.  
Public PropertyFormatter Gets or sets the default formatter for cells in this column.  
Public PropertyFormula Gets or sets the formula for cells in this column.  
Public PropertyHorizontalAlignment Gets or sets the default horizontal alignment for cells in this column.  
Public PropertyIndex Gets the index of this column, or the starting index for this range of columns.  
Public PropertyIndex2 Gets the ending index for this range of columns.  
Public PropertyLabel Gets or sets the header label for this column.  
Public PropertyLocked Gets or sets whether cells in this column are marked as locked.  
Public PropertyMergePolicy Gets or sets the whether to automatically merge adjacent identical cells in this column.  
Public PropertyNoteIndicatorColor Gets or sets the default note indicator color for cells in this column.  
Public PropertyNoteIndicatorPosition Gets or sets the note indicator position for cells in this column.  
Public PropertyNoteIndicatorSize Gets or sets the default note indicator size for cells in this column.  
Public PropertyPageBreak Gets or sets whether a page break is inserted before this column when printing.  
Public PropertyParent Gets the collection of columns (Columns object) containing this column.  
Public PropertyParentStyleName Gets or sets the name of the parent style from which style properties are inherited for this column.  
Public PropertyRenderer Gets or sets the default renderer for cells in this column.  
Public PropertyResizable Gets or sets whether this column can be resized.  
Public PropertyShowSortIndicator Gets or sets whether the column shows a sort indicator when automatically sorted.  
Public PropertySortIndicator Gets or sets the sort indicator for this column.  
Public PropertyStyleName Gets or sets the name of the custom style for cells in this column.  
Public PropertyTabStop Gets or sets whether the user can set focus to cells in this column using the Tab key.  
Public PropertyTag Gets or sets the application-defined tag value associated with the cells in this column.  
Public PropertyTextIndent Gets or sets the amount of space, in pixels, to indent text in cells of the column.  
Public PropertyVerticalAlignment Gets or sets the default vertical alignment for cells in this column.  
Public PropertyVisible Gets or sets whether this column is visible.  
Public PropertyVisualStyles Gets or sets the setting of visual styles (XP themes) for the column.  
Public PropertyWidth Gets or sets the width of cells in this column.  
Top

Public Methods

 NameDescription
Public MethodAdd Adds a new column or range of columns before this column or range of columns.  
Public MethodEqualsOverridden.  Determines whether the specified object is equivalent to this column.  
Public MethodGetHashCodeOverridden.  Gets the hash code of this object.  
Public MethodGetPreferredWidth Gets the minimum width necessary to display all the text within the specified column.  
Public MethodInvalidate Invalidates the displayed cells and sends the message to repaint them.  
Public MethodRemoveRemoves this column (or a range of columns if called repeatedly).  
Public MethodResetBackColor Resets the background color for the column and makes the column inherit the background color from the default column.  
Public MethodResetBorder Resets the cell border for the column and makes the column inherit the cell border from the default column.  
Public MethodResetCanFocus Resets to its default value whether the cells in the column can receive focus.  
Public MethodResetCellPadding Resets the cell padding of the column.  
Public MethodResetCellType Resets the cell type for the column and makes the column inherit the cell type from the default column.  
Public MethodResetFont Resets the font for the column and makes the column inherit the font from the default column.  
Public MethodResetForeColor Resets the foreground color for the column and makes the column inherit the foreground color from the default column.  
Public MethodResetHorizontalAlignment Resets the horizontal alignment for the column and makes the column inherit the horizontal alignment from the default column.  
Public MethodResetLabel Resets the label for the column and makes the column use the automatic text.  
Public MethodResetLocked Resets the locked state for the column and makes the column inherit the locked state from the default column.  
Public MethodResetMergePolicy Resets the merge policy for the column and makes the column inherit the merge policy from the default column.  
Public MethodResetNoteIndicatorColor Resets the color of the cell note indicator for the column to the default value.  
Public MethodResetNoteIndicatorPosition Resets the position of the cell note indicator for the column to the default value.  
Public MethodResetNoteIndicatorSize Resets the size of the cell note indicator for the column to the default value.  
Public MethodResetParentStyleName Resets the ParentStyleName for the column to an empty string.  
Public MethodResetResizable Resets the resizability for the column and makes the column inherit the resizability from the default column.  
Public MethodResetSortIndicator Resets the sort indicator for the column and makes the column inherit the sort indicator from the default column.  
Public MethodResetTabStop Resets to its default value whether the user can set focus to the cells in this column using the Tab key.  
Public MethodResetTextIndent Resets the amount of indenting of the text.  
Public MethodResetVerticalAlignment Resets the vertical alignment for the column and makes the column inherit the vertical alignment from the default column.  
Public MethodResetVisible Resets the visiblity for the column and makes the column inherit the visibility from the default column.  
Public MethodResetVisualStyles Resets the setting of visual styles (XP themes) for the column to the default setting.  
Public MethodResetWidth Resets the width for the column and makes the column inherit the width from the default column.  
Public MethodToStringOverloaded. Overridden. Gets a string containing a reference to this column.  
Top

See Also