Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcMaskCellType Class / GetEditorValue Method


In This Topic
    GetEditorValue Method (GcMaskCellType)
    In This Topic
    Gets the unformatted value in the editor control.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetEditorValue() As Object
    'Usage
     
    
    Dim instance As GcMaskCellType
    Dim value As Object
     
    value = instance.GetEditorValue()
    public override object GetEditorValue()
    See Also