Serialize Method (SheetView.DocumentModels)
Saves the object to XML.
public bool Serialize(
XmlTextWriter
)
'Declaration
Public Function Serialize( _
ByVal As XmlTextWriter _
) As Boolean
'Usage
Dim instance As SheetView.DocumentModels
Dim w As XmlTextWriter
Dim value As Boolean
value = instance.Serialize(w)
Parameters
- w
- XmlTextWriter to which to write (save) the object
Return Value
True if successful; otherwise, false