FarPoint.Win.Spread
SubEditor Property
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > BaseCellType Class : SubEditor Property


Gets or sets the subeditor.

Syntax

Visual Basic (Declaration) 
Public Overridable Property SubEditor As ISubEditor
Visual Basic (Usage)Copy Code
Dim instance As BaseCellType
Dim value As ISubEditor
 
instance.SubEditor = value
 
value = instance.SubEditor
C# 
public virtual ISubEditor SubEditor {get; set;}

Return Value

ISubEditor object containing the subeditor control

See Also