GetFragmentRange Method (C1FoundPosition)
In This Topic
Returns the object defining the part of belongs to this
C1FoundPosition. The type of object depends on type of , for example,
RenderTextFragment descendats return
C1TextBlockRange object.
Syntax
'Declaration
Public MustOverride Function GetFragmentRange( _
ByVal As RenderFragment _
) As Object
public abstract object GetFragmentRange(
RenderFragment
)
Parameters
- fragment
See Also