GrapeCity.Xaml.SpreadSheet.Data
ExtractNode Method


XmlNodeReader with which to access the data.
Extracts the current node in the specified node reader into a new node reader and advances that reader to the next node.
Syntax
'Declaration
 
Public Shared Function ExtractNode( _
   ByVal reader As XmlReader _
) As XmlReader
'Usage
 
Dim reader As XmlReader
Dim value As XmlReader
 
value = Serializer.ExtractNode(reader)
public static XmlReader ExtractNode( 
   XmlReader reader
)

Parameters

reader
XmlNodeReader with which to access the data.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Serializer Class
Serializer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options