Public Function GetAsXML( _ ByVal xmlQuery As String _ ) As String
<CommonSetting> <Rows> <Row rowNum="1"> <Cells> <Cell colNum="3"/> <Cell colNum="4"/> </Cells> </Row> <Row rowNum="3"> <Cells> <Cell colNum="5"/> <Cell colNum="6"/> </Cells> </Row> </Rows> </CommonSetting>
CommonSetting Object