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


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

    Presentation consists of the row heights, column widths, cell styles and cell spans.

    Presentation consists of the axis models, span models, and style models for each sheet.

    See Also