Serialize Method (ScrollingContentInfo)
Saves the scrolling grid content information to XML.
public bool Serialize(
XmlTextWriter
)
'Declaration
Public Function Serialize( _
ByVal As XmlTextWriter _
) As Boolean
'Usage
Dim instance As ScrollingContentInfo
Dim w As XmlTextWriter
Dim value As Boolean
value = instance.Serialize(w)
Parameters
- w
- XmlTextWriter object used to save the object
Return Value
true if successful; false otherwise