Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormatCollection Class / Serialize Method / Serialize(XmlTextWriter,Int32,Int32) Method
XmlTextWriter object used to save the object
Row index
Column index


In This Topic
    Serialize(XmlTextWriter,Int32,Int32) Method
    In This Topic
    Saves the object to XML.
    Syntax
    'Declaration
     
    
    Public Overloads Function Serialize( _
       ByVal w As XmlTextWriter, _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As ConditionalFormatCollection
    Dim w As XmlTextWriter
    Dim row As Integer
    Dim column As Integer
    Dim value As Boolean
     
    value = instance.Serialize(w, row, column)
    public bool Serialize( 
       XmlTextWriter w,
       int row,
       int column
    )

    Parameters

    w
    XmlTextWriter object used to save the object
    row
    Row index
    column
    Column index
    See Also