RichEditTextRange.StoryLength Property
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.
Gets the count of characters in the story of the text range.
public:
property int StoryLength { int get(); };
int StoryLength();
public int StoryLength { get; }
var int32 = richEditTextRange.storyLength;
Public ReadOnly Property StoryLength As Integer
Property Value
Int32
int
The count of characters in the story.