GrapeCity MultiRow Windows Forms Documentation
WordWrapUnit Constructor


The start index of the word in the source text.
The length of the word.
Initializes a new instance of the WordWrapUnit structure.
Syntax
Public Function New( _
   ByVal startIndex As Integer, _
   ByVal length As Integer _
)
Dim startIndex As Integer
Dim length As Integer
 
Dim instance As New WordWrapUnit(startIndex, length)
public WordWrapUnit( 
   int startIndex,
   int length
)

Parameters

startIndex
The start index of the word in the source text.
length
The length of the word.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException

The startIndex value is less then 0.

-or-

The length value is less then 1.

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

WordWrapUnit Structure
WordWrapUnit Members

 

 


Copyright © GrapeCity, inc. All rights reserved.