Attachmate.Reflection.Web.Msie Namespace > IWebDocument Interface : Extract Method |
'Declaration
Function Extract( _ ByVal pretext As String, _ ByVal posttext As String, _ ByVal singleLine As Boolean _ ) As String()
'Usage
Dim instance As IWebDocument Dim pretext As String Dim posttext As String Dim singleLine As Boolean Dim value() As String value = instance.Extract(pretext, posttext, singleLine)