FarPoint.Win.Spread
ISubEditor Interface Members
See Also  Methods  Events
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : ISubEditor Interface


The following tables list the members exposed by ISubEditor.

Public Methods

 NameDescription
 MethodGetLocation Gets the initial location of the subeditor control.  
 MethodGetPreferredSize Gets the preferred (maximum needed) size of the cell for the subeditor control.  
 MethodGetSubEditorControl Gets the control associated with the subeditor.  
 MethodGetValue Gets the value from the subeditor control.  
 MethodSetValue Sets the value into the subeditor control.  
Top

Public Events

 NameDescription
 EventCloseUp Occurs when the subeditor control goes away.  
 EventValueChanged Occurs when the value in the subeditor changes.  
Top

See Also