Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IEditableObjectSupport Interface
Members


In This Topic
    IEditableObjectSupport Interface
    In This Topic
    Defines the interface for objects that are editable data rows in a data set.
    Syntax
    'Declaration
     
    
    Public Interface IEditableObjectSupport 
       Inherits IDataSourceSupport 
    'Usage
     
    
    Dim instance As IEditableObjectSupport
    public interface IEditableObjectSupport : IDataSourceSupport  
    See Also