DBTable.ExportXML
Export a spreadsheet to the new XML file format.
| Syntax | Parameters | Return Value |
|---|---|---|
Function DBTable.ExportXML( _
FileName As String, _
Optional FirstRow As Long = 1, _
Optional LastRow As Long = 0, _
Optional FirstColumn As Long = 1, _
Optional LastColumn As Long = 0, _
Optional UseTextLabels As Boolean = True, _
Optional OverWriteFile As Boolean = True) As Boolean
|
|
Boolean |