FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : Columns.DefaultColumn Class |
The following tables list the members exposed by Columns.DefaultColumn.
Name | Description | |
---|---|---|
AutoFilterIndex | Gets or sets the automatic filter index for the column. (Inherited from FarPoint.Win.Spread.Column) | |
AutoSortIndex | Gets or sets the automatic sort index for the column. (Inherited from FarPoint.Win.Spread.Column) | |
CanFocus | Gets or sets whether the user can set focus to the cell using the keyboard or mouse for cells in this column. (Inherited from FarPoint.Win.Spread.Column) | |
CellPadding | Gets or sets the amount of space, in pixels, to add to cell padding in cells of the column(s). (Inherited from FarPoint.Win.Spread.Column) | |
ImeMode | Gets or sets the IME mode for a column. (Inherited from FarPoint.Win.Spread.Column) | |
ImeSentenceMode | Gets or sets the IME sentence mode for a column. (Inherited from FarPoint.Win.Spread.Column) | |
Index | Gets the index of this column, or the starting index for this range of columns. (Inherited from FarPoint.Win.Spread.Column) | |
Index2 | Gets the ending index for this range of columns. (Inherited from FarPoint.Win.Spread.Column) | |
InputScope | Gets or sets the input scope for a column. (Inherited from FarPoint.Win.Spread.Column) | |
MergePolicy | Gets or sets whether to automatically merge adjacent identical cells in this column. (Inherited from FarPoint.Win.Spread.Column) | |
NoteIndicatorColor | Gets or sets the default note indicator color for cells in this column. (Inherited from FarPoint.Win.Spread.Column) | |
NoteIndicatorPosition | Gets or sets the note indicator position for cells in this column. (Inherited from FarPoint.Win.Spread.Column) | |
NoteIndicatorSize | Gets or sets the default note indicator size for cells in this column. (Inherited from FarPoint.Win.Spread.Column) | |
PageBreak | Gets or sets whether a page break is inserted before this column when printing. (Inherited from FarPoint.Win.Spread.Column) | |
Parent | Gets the collection of columns (Columns object) that contains this column. (Inherited from FarPoint.Win.Spread.Column) | |
Resizable | Gets or sets whether this column can be resized. (Inherited from FarPoint.Win.Spread.Column) | |
SortIndicator | Gets or sets the sort indicator for this column. (Inherited from FarPoint.Win.Spread.Column) | |
TabStop | Gets or sets whether the user can set focus to cells in this column using the Tab key. (Inherited from FarPoint.Win.Spread.Column) | |
Tag | Gets or sets the application-defined tag value associated with the cells in this column. (Inherited from FarPoint.Win.Spread.Column) | |
TextIndent | Gets or sets the amount of space, in pixels, to indent text in cells of the column. (Inherited from FarPoint.Win.Spread.Column) | |
Visible | Gets or sets whether this column is visible. (Inherited from FarPoint.Win.Spread.Column) | |
VisualStyles | Gets or sets the setting of visual styles (XP themes) for the column. (Inherited from FarPoint.Win.Spread.Column) | |
Width | Gets or sets the width of cells in this column. (Inherited from FarPoint.Win.Spread.Column) |
Name | Description | |
---|---|---|
Add | Adds a new column or range of columns before this column or range of columns. (Inherited from FarPoint.Win.Spread.Column) | |
Equals | Determines whether the specified object is equivalent to this column. (Inherited from FarPoint.Win.Spread.Column) | |
GetHashCode | Gets the hash code of this object. (Inherited from FarPoint.Win.Spread.Column) | |
GetPreferredWidth | Gets the minimum width necessary to display all the text within the specified column. (Inherited from FarPoint.Win.Spread.Column) | |
Invalidate | Invalidates the displayed cells and sends the message to repaint them. (Inherited from FarPoint.Win.Spread.Column) | |
Remove | Removes this column (or a range of columns if called repeatedly). (Inherited from FarPoint.Win.Spread.Column) | |
ResetBackColor | Resets the background color for the column and makes the column inherit the background color from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetBorder | Resets the cell border for the column and makes the column inherit the cell border from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetCanFocus | Resets to its default value whether the cells in the column can receive focus. (Inherited from FarPoint.Win.Spread.Column) | |
ResetCellPadding | Resets the cell padding of the column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetCellType | Resets the cell type for the column and makes the column inherit the cell type from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetFont | Resets the font for the column and makes the column inherit the font from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetForeColor | Resets the foreground color for the column and makes the column inherit the foreground color from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetHorizontalAlignment | Resets the horizontal alignment for the column and makes the column inherit the horizontal alignment from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetImeMode | Resets the IME mode for the column and makes the column inherit the IME mode from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetImeSentenceMode | Resets the IME sentence mode for the column and makes the column inherit the IME sentence mode from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetLabel | Resets the label for the column and makes the column use the automatic text. (Inherited from FarPoint.Win.Spread.Column) | |
ResetLocked | Resets the locked state for the column and makes the column inherit the locked state from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetMergePolicy | Resets the merge policy for the column and makes the column inherit the merge policy from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetNoteIndicatorColor | Resets the color of the cell note indicator for the column to the default value. (Inherited from FarPoint.Win.Spread.Column) | |
ResetNoteIndicatorPosition | Resets the position of the cell note indicator for the column to the default value. (Inherited from FarPoint.Win.Spread.Column) | |
ResetNoteIndicatorSize | Resets the size of the cell note indicator for the column to the default value. (Inherited from FarPoint.Win.Spread.Column) | |
ResetParentStyleName | Resets the ParentStyleName for the column to an empty string. (Inherited from FarPoint.Win.Spread.Column) | |
ResetResizable | Resets the resizability for the column and makes the column inherit the resizability from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetSortIndicator | Resets the sort indicator for the column and makes the column inherit the sort indicator from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetTabStop | Resets to its default value whether the user can set focus to the cells in this column using the Tab key. (Inherited from FarPoint.Win.Spread.Column) | |
ResetTextIndent | Resets the amount of indenting of the text. (Inherited from FarPoint.Win.Spread.Column) | |
ResetVerticalAlignment | Resets the vertical alignment for the column and makes the column inherit the vertical alignment from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetVisible | Resets the visiblity for the column and makes the column inherit the visibility from the default column. (Inherited from FarPoint.Win.Spread.Column) | |
ResetVisualStyles | Resets the setting of visual styles (XP themes) for the column to the default setting. (Inherited from FarPoint.Win.Spread.Column) | |
ResetWidth | Resets the width for the column and makes the column inherit the width from the default column. (Inherited from FarPoint.Win.Spread.Column) |
Columns.DefaultColumn Class
FarPoint.Win.Spread Namespace
Rows.DefaultRow Class