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


In This Topic
    ISerializeData Interface
    In This Topic
    Interface that supports serialization to XML of data from the models.
    Object Model
    ISerializeData Interface
    Syntax
    'Declaration
     
    
    Public Interface ISerializeData 
    'Usage
     
    
    Dim instance As ISerializeData
    public interface ISerializeData 
    Remarks

    Data consists of the cell data, formulas, tags, and notes.

    Data consists of the data models for each sheet.

    See Also