Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MaskCellType Class / GetEditorValue Method


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