[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ImageCellType.GetEditorValue

GetEditorValue Method

GetEditorValue()

Gets the unformatted value in the editor control (does nothing since this cell type does not support editing).

Declaration
public override object GetEditorValue()
Public Overrides Function GetEditorValue() As Object
Returns
Type Description
object

The unformatted value in the editor control.

Overrides