Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

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
An int representing the starting offset of the sub Element relative to the start of this Element.
end
An int representing the ending offset of the sub Element relative the start of this Element.

Returns

A Element object that represents a sub Element within this Element.

Examples

C#
vb.net
  • No labels