Spread Windows Forms 9.0 Product Documentation
Columns.DefaultColumn Class Members
Properties  Methods 


The following tables list the members exposed by Columns.DefaultColumn.

Public Properties
 NameDescription
Public PropertyAutoFilterIndexGets or sets the automatic filter index for the column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyAutoSortIndexGets or sets the automatic sort index for the column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyCanFocusGets 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)
Public PropertyCellPaddingGets 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)
Public PropertyImeModeGets or sets the IME mode for a column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyImeSentenceModeGets or sets the IME sentence mode for a column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyIndexGets the index of this column, or the starting index for this range of columns. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyIndex2Gets the ending index for this range of columns. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyInputScopeGets or sets the input scope for a column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyMergePolicyGets or sets whether to automatically merge adjacent identical cells in this column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyNoteIndicatorColorGets or sets the default note indicator color for cells in this column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyNoteIndicatorPositionGets or sets the note indicator position for cells in this column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyNoteIndicatorSizeGets or sets the default note indicator size for cells in this column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyPageBreakGets or sets whether a page break is inserted before this column when printing. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyParentGets the collection of columns (Columns object) that contains this column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyResizableGets or sets whether this column can be resized. (Inherited from FarPoint.Win.Spread.Column)
Public PropertySortIndicatorGets or sets the sort indicator for this column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyTabStopGets or sets whether the user can set focus to cells in this column using the Tab key. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyTagGets or sets the application-defined tag value associated with the cells in this column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyTextIndentGets or sets the amount of space, in pixels, to indent text in cells of the column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyVisibleGets or sets whether this column is visible. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyVisualStylesGets or sets the setting of visual styles (XP themes) for the column. (Inherited from FarPoint.Win.Spread.Column)
Public PropertyWidthGets or sets the width of cells in this column. (Inherited from FarPoint.Win.Spread.Column)
Top
Public Methods
 NameDescription
Public MethodAddAdds a new column or range of columns before this column or range of columns. (Inherited from FarPoint.Win.Spread.Column)
Public MethodEqualsDetermines whether the specified object is equivalent to this column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodGetHashCodeGets the hash code of this object. (Inherited from FarPoint.Win.Spread.Column)
Public MethodGetPreferredWidthGets the minimum width necessary to display all the text within the specified column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodInvalidateInvalidates the displayed cells and sends the message to repaint them. (Inherited from FarPoint.Win.Spread.Column)
Public MethodRemoveRemoves this column (or a range of columns if called repeatedly). (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetBackColorResets the background color for the column and makes the column inherit the background color from the default column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetBorderResets the cell border for the column and makes the column inherit the cell border from the default column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetCanFocusResets to its default value whether the cells in the column can receive focus. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetCellPaddingResets the cell padding of the column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetCellTypeResets the cell type for the column and makes the column inherit the cell type from the default column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetFontResets the font for the column and makes the column inherit the font from the default column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetForeColorResets the foreground color for the column and makes the column inherit the foreground color from the default column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetHorizontalAlignmentResets the horizontal alignment for the column and makes the column inherit the horizontal alignment from the default column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetImeModeResets the IME mode for the column and makes the column inherit the IME mode from the default column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetImeSentenceModeResets 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)
Public MethodResetLabelResets the label for the column and makes the column use the automatic text. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetLockedResets the locked state for the column and makes the column inherit the locked state from the default column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetMergePolicyResets the merge policy for the column and makes the column inherit the merge policy from the default column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetNoteIndicatorColorResets the color of the cell note indicator for the column to the default value. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetNoteIndicatorPositionResets the position of the cell note indicator for the column to the default value. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetNoteIndicatorSizeResets the size of the cell note indicator for the column to the default value. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetParentStyleNameResets the ParentStyleName for the column to an empty string. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetResizableResets the resizability for the column and makes the column inherit the resizability from the default column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetSortIndicatorResets the sort indicator for the column and makes the column inherit the sort indicator from the default column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetTabStopResets 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)
Public MethodResetTextIndentResets the amount of indenting of the text. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetVerticalAlignmentResets the vertical alignment for the column and makes the column inherit the vertical alignment from the default column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetVisibleResets the visiblity for the column and makes the column inherit the visibility from the default column. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetVisualStylesResets the setting of visual styles (XP themes) for the column to the default setting. (Inherited from FarPoint.Win.Spread.Column)
Public MethodResetWidthResets the width for the column and makes the column inherit the width from the default column. (Inherited from FarPoint.Win.Spread.Column)
Top
See Also

Reference

Columns.DefaultColumn Class
FarPoint.Win.Spread Namespace
Rows.DefaultRow Class

User-Task Documentation

Customizing the Appearance of Rows or Columns

 

 


Copyright © GrapeCity, inc. All rights reserved.