Spread Windows Forms 6.0 Product Documentation
FarPoint.Win.Spread.CellType Namespace
See Also  Inheritance Hierarchy Support Options
FarPoint.Win.Spread Assembly : FarPoint.Win.Spread.CellType Namespace

Glossary Item Box

Provides the base classes, interfaces, and enumerations for the various cell types in the Spread for Windows Forms spreadsheet component.

Classes

 ClassDescription
ClassBarCodeCellType Represents a barcode cell.
ClassBaseCellType Represents the base class for other cell type classes.
ClassButtonCellType Represents a button cell.
ClassCheckBoxCellType Represents a check box cell.
ClassColorPickerCellType Represents a color picker cell.
ClassColumnHeaderRenderer Represents the painter of column header cells.
ClassComboBoxCellType Represents an ordinary combo box cell.
ClassCornerRenderer Represents the painter of the corner cell.
ClassCurrencyCellType Represents a numeric cell formatted as currency.
ClassDateTimeCellType Represents a date-time cell.
ClassEditBaseCellType Represents the basis for all editable cells.
ClassEmptyCellType Represents an empty cell.
ClassEnhancedColumnHeaderRenderer Represents the painting of the column header cells with the look and feel of Excel 2007.
ClassEnhancedCornerRenderer Represents the painting of the corner cells with the look and feel of Excel 2007.
ClassEnhancedRowHeaderRenderer Represents the painting of the row header cells with the look and feel of Excel 2007.
ClassGeneralCellType Represents the default cell.
ClassGeneralEditor Represents the base control for the cell types derived from GeneralCellType.
ClassGeneralEditor.SubEditorCancelEventArgs Represents the event data for the canceling of the GeneralEditor.SubEditorOpening event for the FpSpread component.
ClassGradientHeaderRenderer Represents the painter of a gradient header.
ClassHyperLinkCellType Represents the hyperlink cell.
ClassImageCellType Represents an image cell.
ClassListBoxCellType Represents a list box cell.
ClassMaskCellType Represents a mask cell.
ClassMultiColumnComboBoxCellType Represents a multiple-column combo box cell.
ClassMultiColumnEditor Represents the editor control for the multiple-column combo box cell.
ClassMultiOptionCellType Represents a multiple option button cell.
ClassNumberCellType Represents a numeric cell with formatting that you can specify.
ClassPercentCellType Represents a numeric cell formatted as a percent value.
ClassProgressCellType Represents a progress indicator cell.
ClassRegularExpressionCellType Represents a regular expression cell.
ClassRichTextCellType Represents a rich text formatted text cell.
ClassRichTextEditor Represents the base control for the rich text cell type.
ClassRichTextEditor.SubEditorCancelEventArgs Represents the event data for the canceling of the RichTextEditor.SubEditorOpening event for the FpSpread component.
ClassRowHeaderRenderer Represents the painter of the row header.
ClassSliderCellType Represents a slider cell.
ClassSpreadDropDownMonthCalendar Represents a Windows control that enables the user to select a date using a visual monthly calendar display.
ClassSpreadMonthCalendar Represents a month calendar window
ClassTextCellType Represents a text cell.

Interfaces

 InterfaceDescription
InterfaceIAutoCompleteSupport Interface that supports automatic completion (type ahead) for users typing text.
InterfaceICellType Interface that defines the methods and properties required by objects used as cell types.
InterfaceICommonDialogSupport Interface that signifies whether the cell type supports showing a common dialog.
InterfaceIDateTimeCellType An interface supports CellType objects that want to display data as System.DateTime type.
InterfaceIEditFormula Interface implemented by cell type objects that default to editing formulas if there is a formula in the cell.
InterfaceIEditor Interface that defines the methods required by objects used as editors. Editors allow the user to edit the cell contents.
InterfaceIFormatter Interface that defines the methods and properties required by objects used as formatters. Formatters are responsible for formatting cell contents.
InterfaceIFormatValueFlag Marker interface for cell type objects which indicates that the value for the cell should always be formatted for display or sorting purposes.
InterfaceIFormulaEditor Interface implemented by cell editors that support editing formulas.
InterfaceIGeneralFormatSupport Interface that supports the general formatting of date-time and numeric cells.
InterfaceIHeaderImages Interface for supporting user modifiable images in headers
InterfaceIMultilineSupport Interface that signifies whether the cell type supports a Multiline property.
InterfaceINotifyEditorValueChanged Interface implemented by cell ediotr objects that want to notify the value of ediotr is changed
InterfaceIOOXmlSupport Interface implemented by cell type objects that support export to Excel.
InterfaceIPdfSupport Interface that supports printing to PDF.
InterfaceIPluginCellTypeSetting Interface implemented for plug-in cell type setting.
InterfaceIPropertyAllowedSupport Interface that signifies whether the cell type supports specific properties.
InterfaceIReadOnlySupport Interface that signifies whether the cell type supports a ReadOnly property.
InterfaceIRenderAlignment Interface that defines the methods required to specify the alignment of content that the renderer uses when rendering the content.
InterfaceIRenderCellGridLine Interface that allows handling of painting grid lines for a cell.
InterfaceIRenderer Interface that defines the methods and properties required by objects used as renderers. Renderers are responsible for painting cells.
InterfaceIReuseEditorControl Interface implemented by cell type objects that want to create the cell editor once in each FpSpread using the cell type, to increase performance. However, this is obsolete, control should implement IReuseEditorControl2 instead
InterfaceIReuseEditorControl2 Interface implemented by cell type objects that want to create the cell editor once in each FpSpread using the cell type, to increase performance.
InterfaceIStaticSupport Interface that signifies whether the cell type supports a Static property.
InterfaceISubEditor Interface that defines the methods and properties required by objects used as editors within the editor.
InterfaceISubEditorParentInfo Interface that supports the subeditor parent information.
InterfaceIWordWrapSupport Interface that signifies whether the cell type supports a WordWrap property.

Delegates

 DelegateDescription
DelegateGeneralEditor.SubEditorCancelEventHandler Represents a defined method that handles the canceling of the GeneralEditor.SubEditorOpening event for the FpSpread component.
DelegateRichTextEditor.SubEditorCancelEventHandler Represents a defined method that handles the canceling of the RichTextEditor.SubEditorOpening event for the FpSpread component.

Enumerations

 EnumerationDescription
EnumerationBarCodeDisplayMode Specifies the display mode of the barcode.
EnumerationCharacterSet Specifies the character set for valid cell contents.
EnumerationColorPickerStyle Specifies how the color picker cell renders.
EnumerationCurrencyNegativeFormat Specifies the formatting of the currency symbol and negative sign in currency.
EnumerationCurrencyPositiveFormat Specifies the formatting of the currency symbol and positive sign in a currency cell.
EnumerationDateTimeEditorValue Specifies what is written out to the data model for a date-time cell.
EnumerationDateTimeFormat Specifies the formatting for date and time.
EnumerationEditorFocusCursorPosition Specifies the position of the pointer when the edit control receives the focus.
EnumerationEditorValue Specifies what is written out to the data model for a selected item from certain cell types that offer a selection of multiple values.
EnumerationFractionDenominatorPrecision Specifies the precision of the fraction denominator for numeric cells displaying as fractions.
EnumerationLeadingZero Specifies whether to display leading zeros in numeric cell types.
EnumerationListResizeColumns Specifies how the columns in the drop-down list are sized when displayed.
EnumerationNegativeFormat Specifies the display of the negative sign in cell contents.
EnumerationPercentNegativeFormat Specifies the display of negative values in a percent cell.
EnumerationPercentPositiveFormat Specifies the display of positive values in a percent cell.
EnumerationUnknownTextStyle Specifies which text is displayed for an indeterminate color value in the color picker.

Remarks

For more information about how to use the cell types, refer to Customizing with Cell Types.

For a list of the namespaces of this assembly, refer to the FarPoint.Win.Spread assembly.

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.