Spread Windows Forms 8.0 Product Documentation
Serialize(XmlTextWriter,Int32,Int32) Method


XmlTextWriter object used to save the object
Row index
Column index
Saves the conditional format object to XML from a specified row and column.
Syntax
'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)
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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

ConditionalFormat Class
ConditionalFormat Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.