3.1.4.12.2.2 FindRangeResponse
The FindRangeResponse element specifies the result data for the FindRange WSDL operation.
-
<xs:element name="FindRangeResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="FindRangeResult" type="tns:CommandResult"/> <xs:element minOccurs="0" maxOccurs="1" name="foundCell" type="tns:SheetCell"/> </xs:sequence> </xs:complexType> </xs:element>
FindRangeResult: A CommandResult as specified in section 2.2.4.21. MUST be present.
foundCell: A worksheet cell that contains the term specified by the searchTerm element. MUST be present. The SheetName element of the SheetCell complex type MUST NOT be present.