CRichEditCtx.GetStoryRanges2method
Gets an object for enumerating the stories in a document.
Syntax
FUNCTION GetStoryRanges2 () AS ITextStoryRanges2 PTR
Return value
The object for enumerating stories.
Description
Gets an object for enumerating the stories in a document.
Remarks
Call this method only if the GetStoryCount method returns a value that is greater than one.
Reference
- Defined in AfxNova/CRichEditCtx.inc:4329
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class