'Declaration
Public Shared Function InsertInline( _ ByVal position As C1TextPointer, _ ByVal inline As C1Inline _ ) As C1TextPointer
public static C1TextPointer InsertInline( C1TextPointer position, C1Inline inline )
Parameters
- position
- inline
Return Value
A position before the inserted inline element.