GetLineLength Method (WPFTextBox)
Class
WPFTextBox
class
Action
Returns the number of characters in the specified line.
Syntax
iLineLength
=
textBox
.
GetLineLength
(
lineIndex
)
Variable
Description
iLineLength
INTEGER.
lineIndex
The zero-based line index for which to return a character count. INTEGER.