Spread Windows Forms 6.0 Product Documentation
Serialize(XmlTextWriter,Int32,Int32) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ConditionalFormat Class > Serialize Method : Serialize(XmlTextWriter,Int32,Int32) Method


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

Glossary Item Box

Saves the conditional format object to XML at a cell at a specified row and column.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Serialize( _
   ByVal w As XmlTextWriter, _
   ByVal row As Integer, _
   ByVal column As Integer _
) As Boolean
Visual Basic (Usage)Copy Code
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)
C# 
public bool Serialize( 
   XmlTextWriter w,
   int row,
   int column
)

Parameters

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

Return Value

Boolean: true if successful; false otherwise

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.