ITextRange.Paste(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pastes text from the Clipboard into the text range.
public:
void Paste(int format);
void Paste(int const& format);
public void Paste(int format);
function paste(format)
Public Sub Paste (format As Integer)
Parameters
- format
-
Int32
int
The clipboard format to use in the paste operation. Zero represents the best format, which usually is Rich Text Format (RTF), but CF_UNICODETEXT and other formats are also possible. The default value is zero.