Spread Windows Forms 12.0 Product Documentation
GeneralEditor Constructor
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > GeneralEditor Class : GeneralEditor Constructor
Constructs a new general editor.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New GeneralEditor()
public GeneralEditor()
Example
This example uses the general editor to modify the cells appearance in edit mode.
FarPoint.Win.Spread.CellType.GeneralEditor ge = (FarPoint.Win.Spread.CellType.GeneralEditor)fpSpread1.EditingControl; 
ge.BorderStyle = BorderStyle.Fixed3D; 
ge.MarginLeft = 50;
Dim ge As FarPoint.Win.Spread.CellType.GeneralEditor = CType(FpSpread1.EditingControl, FarPoint.Win.Spread.CellType.GeneralEditor)
ge.BorderStyle = BorderStyle.Fixed3D
ge.MarginLeft = 50
See Also

Reference

GeneralEditor Class
GeneralEditor Members