ContentRangeReplace(ContentRange, ImportSession) Method |
Replaces the content of the current
ContentRange's
with a content (from another
DocumentCore instance)
specified with the range parameter.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public ContentRange Replace(
ContentRange range,
ImportSession session
)
Public Function Replace (
range As ContentRange,
session As ImportSession
) As ContentRange
Parameters
- range ContentRange
- The ContentRange which
specifies content which should replace the current
ContentRange.
- session ImportSession
- Import session.
Return Value
ContentRange
A
ContentRange instance which contains newly inserted content.
See Also