[]
Saves the conditional format object to XML.
public bool Serialize(XmlTextWriter w)
Public Function Serialize(w As XmlTextWriter) As Boolean
Type | Name | Description |
---|---|---|
XmlTextWriter | w | XmlTextWriter object to which to save the object |
Type | Description |
---|---|
bool |
Saves the conditional format object to XML from a specified row and column.
public bool Serialize(XmlTextWriter w, int row, int column)
Public Function Serialize(w As XmlTextWriter, row As Integer, column As Integer) As Boolean
Type | Name | Description |
---|---|---|
XmlTextWriter | w | XmlTextWriter object used to save the object |
int | row | Row index |
int | column | Column index |
Type | Description |
---|---|
bool |