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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
Reference
ICellType MembersFarPoint.Win.Spread.CellType Namespace