Spread Windows Forms 10.0 Product Documentation
Field Class
Members 


Represnts a Field class to define a base field.
Object Model
Field Class
Syntax
'Declaration
 
Public MustInherit Class Field 
   Implements GrapeCity.Win.Spread.InputMan.CellType.INamedObject 
'Usage
 
Dim instance As Field
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 Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

Field Members
GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.