Spread ASP.NET 6.0 Product Documentation
ICanSerializeXml Interface
Members  See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : ICanSerializeXml Interface


Glossary Item Box

Interface that supports serialization to XML of objects that might not be able to save the entire object from the models.

Syntax

Visual Basic (Declaration) 
Public Interface ICanSerializeXml 
   Inherits ISerializeSupport 
Visual Basic (Usage)Copy Code
Dim instance As ICanSerializeXml
C# 
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.