Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ImageCellType Class / GetEditorValue Method


In This Topic
    GetEditorValue Method (ImageCellType)
    In This Topic
    Gets the unformatted value in the editor control (does nothing since this cell type does not support editing).
    Syntax
    'Declaration
     
    
    Public Overrides Function GetEditorValue() As Object
    'Usage
     
    
    Dim instance As ImageCellType
    Dim value As Object
     
    value = instance.GetEditorValue()
    public override object GetEditorValue()
    See Also