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