GrapeCity MultiRow Windows Forms Documentation
GetWordUnits Method


The source text.
Indicates the word unit of the text.
Syntax
Function GetWordUnits( _
   ByVal text As String _
) As IEnumerable(Of WordWrapUnit)
Dim instance As ICustomWordWrapProvider
Dim text As String
Dim value As IEnumerable(Of WordWrapUnit)
 
value = instance.GetWordUnits(text)
IEnumerable<WordWrapUnit> GetWordUnits( 
   string text
)

Parameters

text
The source text.

Return Value

A set of WordWrapUnit that indicates the words in the source text.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICustomWordWrapProvider Interface
ICustomWordWrapProvider Members

 

 


Copyright © GrapeCity, inc. All rights reserved.