Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / StringSegmentData Class / StringSegmentData Constructor
The value.


In This Topic
StringSegmentData Constructor
In This Topic
Initializes a new instance of the StringSegmentData class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As String _
)
 
'Usage
 
Dim value As String
 
Dim instance As New StringSegmentData(value)

Parameters

value
The value.
See Also