Saves the object to XML and specifies whether to save the data source and bound data.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DefaultSheetDataModel
Dim w As XmlTextWriter
Dim saveDataSource As Boolean
Dim value As Boolean
value = instance.Serialize(w, saveDataSource) |
Parameters
- w
- XmlTextWriter object to which to save the object
- saveDataSource
- Whether to save the data source and bound data
Return Value
true if successful;
false otherwise
Requirements
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also