'Declaration Public Overloads Function Serialize( _ ByVal w As XmlTextWriter, _ ByVal row As Integer, _ ByVal column As Integer _ ) As Boolean
'Usage Dim instance As ConditionalFormat Dim w As XmlTextWriter Dim row As Integer Dim column As Integer Dim value As Boolean value = instance.Serialize(w, row, column)
Parameters
- w
- XmlTextWriter object used to save the object
- row
- Row index
- column
- Column index
Return Value
Boolean: true if successful; false otherwise