Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / StringItem Class / StringItem Constructor / StringItem Constructor(String)
The value would be set to Item<T>.Value.


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

    Parameters

    value
    The value would be set to Item<T>.Value.
    See Also