[]
        
(Showing Draft Content)

FarPoint.Web.Spread.LayoutTemplate.Serialize

Serialize Method

Serialize(XmlTextWriter)

Saves the layout template to XML.

Declaration
public bool Serialize(XmlTextWriter w)
Public Function Serialize(w As XmlTextWriter) As Boolean
Parameters
Type Name Description
XmlTextWriter w

XmlTextWriter to which to save the layout template

Returns
Type Description
bool

true if successful; false otherwise

Implements