Spread Windows Forms 7.0 Product Documentation
Field Class
Members  See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace : Field Class


Glossary Item Box

Represnts a Field class to define a base field.

Object Model

Field Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class Field 
   Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
Visual Basic (Usage)Copy Code
Dim instance As Field
C# 
public abstract class Field : GrapeCity.Win.Spread.InputMan.CellType.INamedObject  

Remarks

This class will implement view function for single segment. And some input behavior will exposed to user, too. This is final interface for our user. When a field is created, it will create a segment and value module for it. Then configuration will be done on the segment and the value module.

Inheritance Hierarchy

System.Object
   GrapeCity.Win.Spread.InputMan.CellType.Fields.Field
      GrapeCity.Win.Spread.InputMan.CellType.Fields.DateField

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

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