[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType

FarPoint.Win.Spread.CellType Namespace

Classes

BarCodeCellType

Represents a barcode cell.

BaseCellType

Represents the base class for other cell type classes.

BaseHeaderFlatStyleRenderer

Represents a base header flat style renderer.

ButtonCellType

Represents a button cell.

CheckBoxCellType

Represents a check box cell.

ColorPickerCellType

Represents a color picker cell.

ColumnHeaderRenderer

Represents the painter of column header cells.

ComboBoxCellType

Represents an ordinary combo box cell.

CornerRenderer

Represents the painter of the corner cell.

CurrencyCellType

Represents a numeric cell formatted as currency.

DateTimeCellType

Represents a date-time cell.

DesignTimeCellTypeConverter

Provides a drop-down list of cell types for a property of type ICellType in the property grid.

EditBaseCellType

Represents the basis for all editable cells.

EmptyCellType

Represents an empty cell.

EnhancedColumnHeaderRenderer

Represents the painting of the column header cells with the look and feel of Excel 2007.

EnhancedCornerRenderer

Represents the painting of the corner cells with the look and feel of Excel 2007.

EnhancedRowHeaderRenderer

Represents the painting of the row header cells with the look and feel of Excel 2007.

FilterBarCellType

Represents a FilterBarCellType object.

FilterBarDropDownSelectionChangingEventArgs

Represents the event data for the FilterBar editor.

FilterBarEditor

Represents a Spread FilterBarEditor control.

FlatColumnFooterRenderer

Represents the painting of the column footer cells with the look and feel of Excel 2013.

FlatColumnHeaderRenderer

Represents the painting of the column header cells with the look and feel of Excel 2013.

FlatCornerFooterRenderer

Represents the painting of the corner footer cells with the look and feel of Excel 2013.

FlatCornerHeaderRenderer

Represents the painting of the corner header cells with the look and feel of Excel 2013.

FlatFilterBarHeaderRenderer

Represents the painting of the filter bar header cells with the look and feel of Excel 2013.

FlatRowHeaderRenderer

Represents the painting of the row header cells with the look and feel of Excel 2013.

FpColorPicker

Represents the FarPoint color picker control.

FpList

Represents a list box control.

GeneralCellType

Represents the default cell.

GeneralEditor

Represents the base control for the cell types derived from GeneralCellType.

GeneralEditor.SubEditorCancelEventArgs

Represents the event data for the canceling of the SubEditorOpening event for the component.

GradientHeaderRenderer

Represents the painter of a gradient header.

HyperLinkCellType

Represents the hyperlink cell.

ImageCellType

Represents an image cell.

ListBoxCellType

Represents a list box cell.

MaskCellType

Represents a mask cell.

MultiColumnComboBoxCellType

Represents a multiple-column combo box cell.

MultiColumnEditor

Represents the editor control for the multiple-column combo box cell.

MultiOptionCellType

Represents a multiple option button cell.

NumberCellType

Represents a numeric cell with formatting that you can specify.

PercentCellType

Represents a numeric cell formatted as a percent value.

ProgressCellType

Represents a progress indicator cell.

RegularExpressionCellType

Represents a regular expression cell.

RichTextBoxWrapper

Represents a wrapper object for the rich text box for additional rich text support.

RichTextCellType

Represents a rich text formatted text cell.

RichTextEditor

Represents the base control for the rich text cell type.

RichTextEditor.SubEditorCancelEventArgs

Represents the event data for the canceling of the SubEditorOpening event for the FpSpread component.

RowHeaderRenderer

Represents the painter of the row header.

SliderCellType

Represents a slider cell.

SpreadDropDownMonthCalendar

Represents a Windows control that enables the user to select a date using a visual monthly calendar display.

SpreadMonthCalendar

Represents a month calendar window.

TextCellType

Represents a text cell.

Interfaces

IAutoCompleteSupport

Interface that supports automatic completion (type ahead) for users typing text.

ICellType

Interface that defines the methods and properties required by objects used as cell types.

ICommonDialogSupport

Interface that specifies whether the cell type supports showing a common dialog.

IDateTimeCellType

An interface that supports CellType objects that require data to be displayed as a DateTime type.

IDateTimeFormatSupport

Indicates that this cell type supports the standard date format.

IDisplayFormulaSupport

Indicates the cell type supports displaying formulas.

IDropDownEventSupport

Interface that defines the events that will be raised for a dropdown-like control

IEditFormula

Interface implemented by cell type objects that defaults to editing formulas if there is a formula in the cell.

IEditor

Interface that defines the methods required by objects used as editors. Editors allow the user to edit the cell contents.

IEditorModifiedStatusSupport

Interface that provides property to check whether an editor has been modified or not

IEditorModifiedStatusSupport2

Interface that provides property that gets or sets modified status of editor.

IEditorSupport

Interface that defines the methods required by objects used as editors. Editors allow the user to edit the cell contents.

IEditorVerticaAlignSupport

Interface that specifies whether the cell type supports an editor vertical alignment property.

IErrorIconSupport

Interface implemented by a cell type object that supports error icon painting.

IFilterItemEditor

Interface that defines the methods and properties required to work with the IFilterItem interface.

IFormatValueFlag

Marker interface for cell type objects that indicates that the value for the cell should always be formatted for display or sorting purposes.

IFormatter

Interface that defines the methods and properties required by objects used as formatters. Formatters are responsible for formatting cell contents.

IFormatter2

Interface that defines the methods required by objects used as special clipboard formatters.

IFormulaEditor

Interface implemented by cell editors that supports editing formulas.

IGeneralFormatSupport

Interface that supports the general formatting of date-time and numeric cells.

IHeaderImages

Interface for supporting user modifiable images in headers.

IModifiedSupport

Interface that supports customizing editing control's modified state.

IMultilineSupport

Interface that specifies whether the cell type supports a Multiline property.

INotifyEditorValueChanged

Interface implemented by cell editor objects that sends a notification when the value of the editor has changed.

IOOXmlSupport

Interface implemented by cell type objects that support export to Excel.

IPaintingContext

Represents the context of painting.

IPdfSupport

Interface that supports printing to PDF.

IPluginCellTypeSetting

Interface implemented for plug-in cell type setting.

IPreventExportCustomizable

The object won't customize the exported cell value.

IPropertyAllowedSupport

Interface that specifies whether the cell type supports specific properties.

IReadOnlySupport

Interface that specifies whether the cell type supports a ReadOnly property.

IRenderAlignment

Interface that defines the methods required to specify the alignment of content that the renderer uses when rendering the content.

IRenderCellGridLine

Interface that allows handling of painting grid lines for a cell.

IRenderer

Interface that defines the methods and properties required by objects used as renderers. Renderers are responsible for painting cells.

IReservedMouseSupport

Represent a renderer which handles mouse in view mode.

IReuseEditorControl

Interface implemented by cell type objects that creates the cell editor once in each FpSpread using the cell type, to increase performance. This is obsolete and the control should implement IReuseEditorControl2 instead.

IReuseEditorControl2

Interface implemented by cell type objects that creates the cell editor once in each FpSpread using the cell type, to increase performance.

IShrinkToFitSupport

Interface that specifies whether the cell type supports a ShrinkToFit property.

IStaticSupport

Interface that specifies whether the cell type supports a Static property.

IStringTrimmingSupport

Interface that specifies whether the cell type supports string trimming.

ISubEditor

Interface that defines the methods and properties required by objects used as editors within the editor.

ISubEditorParentInfo

Interface that supports the subeditor parent information.

ITextOrientationSupport

Interface that specifies whether the cell type supports text orientation.

ITextOrientationSupport2

Interface that specifies whether the cell type supports cell diagonal line painting.

IWordWrapSupport

Interface that specifies whether the cell type supports a WordWrap property.

IWordWrapSupport2

Interface implemented by cell type objects that provides information about word wrap support.

Enums

BarCodeDisplayMode

Specifies the display mode of the barcode.

CharacterSet

Specifies the character set for valid cell contents.

ColorPickerStyle

Specifies how the color picker cell renders.

CurrencyNegativeFormat

Specifies the formatting of the currency symbol and negative sign in currency.

CurrencyPositiveFormat

Specifies the formatting of the currency symbol and positive sign in a currency cell.

DateTimeEditorValue

Specifies what is written out to the data model for a date-time cell.

DateTimeFormat

Specifies the formatting for date and time.

EditorFocusCursorPosition

Specifies the position of the pointer when the edit control receives the focus.

EditorValue

Specifies what is written out to the data model for a selected item,
from certain cell types that offer a selection of multiple values.

FilterBarContextMenuType

Sets the type of context menu supported for the IFilterItem.

FractionDenominatorPrecision

Specifies the precision of the fraction denominator for numeric cells that display as fractions.

LeadingZero

Specifies whether to display leading zeros in numeric cell types.

ListResizeColumns

Specifies how the columns in the drop-down list are sized when displayed.

NegativeFormat

Specifies the display of the negative sign in the cell contents.

PaintingLocation

Specifies the locations in the component for painting.

PercentFormat

Specifies the display of the percent symbol in the cell contents.

PercentNegativeFormat

Specifies the display of negative values in a percent cell.

PercentPositiveFormat

Specifies the display of positive values in a percent cell.

UnknownTextStyle

Specifies which text is displayed for an indeterminate color value in the color picker.

Delegates

FilterBarDropDownSelectionChangingEventHandler

Represents a defined method that handles the selection changing in the FilterBar editor.

GeneralEditor.SubEditorCancelEventHandler

Represents a defined method that handles the canceling of the SubEditorOpening event for the component.

RichTextEditor.SubEditorCancelEventHandler

Represents a defined method that handles the canceling of the SubEditorOpening event for the FpSpread component.