[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ConditionalFormat.Serialize

Serialize Method

Serialize(XmlTextWriter)

Saves the conditional format object to XML.

Declaration
public bool Serialize(XmlTextWriter w)
Public Function Serialize(w As XmlTextWriter) As Boolean
Parameters
Type Name Description
XmlTextWriter w

XmlTextWriter object to which to save the object

Returns
Type Description
bool
Implements

Serialize(XmlTextWriter, int, int)

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

Declaration
public bool Serialize(XmlTextWriter w, int row, int column)
Public Function Serialize(w As XmlTextWriter, row As Integer, column As Integer) As Boolean
Parameters
Type Name Description
XmlTextWriter w

XmlTextWriter object used to save the object

int row

Row index

int column

Column index

Returns
Type Description
bool