| Visual Basic (Declaration) | |
|---|---|
Public Function WriteXMLFile( _ ByVal strFileName As String _ ) As Boolean | |
| C# | |
|---|---|
public bool WriteXMLFile( string strFileName ) | |
Parameters
- strFileName
- The fully qualified filename, of the XML file to write.
| dbicList | Send comments on this topic. |
| WriteXMLFile Method | |
| See Also | |
|
| dbicBase Assembly > Dbi.WinControl Namespace > CellFormatCollection Class : WriteXMLFile Method |
| Visual Basic (Declaration) | |
|---|---|
Public Function WriteXMLFile( _ ByVal strFileName As String _ ) As Boolean | |
| C# | |
|---|---|
public bool WriteXMLFile( string strFileName ) | |