Description
Creates and returns a Element object that represents a sub Element within this Element based on the specified start and end offsets.
C#
vb.net
Parameters
start
Anint
representing the starting offset of the sub Element relative to the start of this Element.
end
Anint
representing the ending offset of the sub Element relative the start of this Element.
Returns
AElement
object that represents a sub Element within this Element.
Examples
C#
vb.net