Description |
---|
Excerpt |
---|
Creates and returns a Element object that represents a sub Element within this Element based on the specified start and end offsets. |
Signature | ||||
---|---|---|---|---|
| ||||
public virtual Element SubElement(int start, int end) |
Signature | ||||
---|---|---|---|---|
| ||||
Public Overridable Function SubElement(ByVal start As Integer, ByVal [end] As Integer) As Element |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
An |
Param | ||||
---|---|---|---|---|
| ||||
An |
Returns |
---|
A |
Example | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|