Serialize Method (GridLine)
Saves the grid line to XML.
public bool Serialize(
XmlTextWriter
)
'Declaration
Public Function Serialize( _
ByVal As XmlTextWriter _
) As Boolean
'Usage
Dim instance As GridLine
Dim w As XmlTextWriter
Dim value As Boolean
value = instance.Serialize(w)
Parameters
- w
- XmlTextWriter object to which to save the grid line object