| GetAsXML Method | |
| See Also Example |
- xmlQuery
- XML format string that holds information such as the rows, cells, or properties that you want to retrieve.
Reterns the XML format string that holds cell configuration data.
| Visual Basic |
|---|
Public Function GetAsXML( _
ByVal xmlQuery As String _
) As String |
- xmlQuery
- XML format string that holds information such as the rows, cells, or properties that you want to retrieve.
| Sample querying XML (C#) | Copy Code | |
|---|---|---|
| ||