Visual Basic (Declaration) | |
---|---|
Public Interface ICellType Inherits IEditor, IFormatter, IRenderer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ICellType |
C# | |
---|---|
public interface ICellType : IEditor, IFormatter, IRenderer |
This interface is derived from IEditor, IRenderer , and IFormatter. This is the interface for an object that is an editor, renderer, and formatter -- all at the same time. All the members from those interfaces apply.
Here are graphic or control cell types based on FarPoint.Win.Spread.CellType.BaseCellType:
- FarPoint.Win.Spread.CellType.BarCodeCellType
- FarPoint.Win.Spread.CellType.ButtonCellType
- FarPoint.Win.Spread.CellType.CheckBoxCellType
- FarPoint.Win.Spread.CellType.ColorPickerCellType
- FarPoint.Win.Spread.CellType.ComboBoxCellType
- FarPoint.Win.Spread.CellType.EditBaseCellType
- FarPoint.Win.Spread.CellType.HyperLinkCellType
- FarPoint.Win.Spread.CellType.ImageCellType
- FarPoint.Win.Spread.CellType.ListBoxCellType
- FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType
- FarPoint.Win.Spread.CellType.MultiOptionCellType
- FarPoint.Win.Spread.CellType.ProgressCellType
- FarPoint.Win.Spread.CellType.RichTextCellType
- FarPoint.Win.Spread.CellType.SliderCellType
Here are editable cell types based on FarPoint.Win.Spread.CellType.EditBaseCellType:
- FarPoint.Win.Spread.CellType.CurrencyCellType
- FarPoint.Win.Spread.CellType.DateTimeCellType
- FarPoint.Win.Spread.CellType.EmptyCellType
- FarPoint.Win.Spread.CellType.GeneralCellType
- FarPoint.Win.Spread.CellType.MaskCellType
- FarPoint.Win.Spread.CellType.NumberCellType
- FarPoint.Win.Spread.CellType.PercentCellType
- FarPoint.Win.Spread.CellType.RegularExpressionCellType
-
FarPoint.Win.Spread.CellType.TextCellType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
ICellType MembersFarPoint.Win.Spread.CellType Namespace