Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ICanSerializeXml Interface
Members


In This Topic
    ICanSerializeXml Interface
    In This Topic
    Interface that supports serialization to XML of objects that might not be able to save the entire object from the models.
    Object Model
    ICanSerializeXml Interface
    Syntax
    'Declaration
     
    
    Public Interface ICanSerializeXml 
       Inherits ISerializeSupport 
    'Usage
     
    
    Dim instance As ICanSerializeXml
    public interface ICanSerializeXml : ISerializeSupport  
    Remarks
    This interface is used by the StyleInfo, NamedStyleCollection, DefaultSheetStyleModel, and DefaultSheetDataModel objects to determine whether any contained editor, renderer, formatter, cell type, or other object does not support ISerializeSupport.
    See Also