Type | Description | |||
Source as Variant | An indicator of the object that specifies the source for the XML document. The object can represent a file name, a URL, an IStream, a SAFEARRAY, or an IXMLDOMDocument. |
Return | Description | |||
Boolean | A boolean expression that specifies whether the XML document is loaded without errors. If an error occurs, the method retrieves a description of the error occurred. |
The XML format looks like follows:
- <Content Author Component Version ...> - <Columns> <Column Caption Position Width HTMLCaption LevelKey DisplayFilterButton DisplayFilterPatter FilterType ... /> <Column Caption Position Width HTMLCaption LevelKey DisplayFilterButton DisplayFilterPatter FilterType ... /> ... </Columns> - <Items> - <Item Expanded ...> <Cell Value ValueFormat Images Image ... /> <Cell Value ValueFormat Images Image ... /> ... - <Items> - <Item Expanded ...> - <Item Expanded ...> .... </Items> </Item> </Items> </Content>