IdxRichEditField.GetCodeRange Method
Returns the document range occupied by the field’s code.
Declaration
function GetCodeRange: IdxRichEditDocumentRange;
Returns
Type |
---|
IdxRichEditDocumentRange |
Remarks
The GetCodeRange function is a getter of the CodeRange property.
See Also