[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.ImageCellType.SetEditorValue

SetEditorValue Method

SetEditorValue(object)

Sets the value of the editor control (does nothing since this cell type does not support editing).

Declaration
public override void SetEditorValue(object value)
Public Overrides Sub SetEditorValue(value As Object)
Parameters
Type Name Description
object value

Value of editor control (as object)

Overrides