IEnumString.Skip Method
Skips over a specified number of items in the enumeration sequence.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Sub Skip ( _
celt As UInteger _
)
'Usage
Dim instance As IEnumString
Dim celt As UInteger
instance.Skip(celt)
void Skip(
uint celt
)
Parameters
celt
Type: System.UInt32The number of elements to be skipped.
Remarks
Returns S_OK if the number of elements skipped is celt; otherwise, S_FALSE.