Spread Windows Forms 15.0
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)
    public StringSegmentData( 
       string value
    )

    Parameters

    value
    The value.
    See Also