Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ListItem Class / Value Property
Example


In This Topic
    Value Property (ListItem)
    In This Topic
    Gets or sets the value of the list item.
    Syntax
    'Declaration
     
    
    Public Property Value As String
    'Usage
     
    
    Dim instance As ListItem
    Dim value As String
     
    instance.Value = value
     
    value = instance.Value
    public string Value {get; set;}

    Property Value

    String containing the value of the list item
    Example
    This example creates a list box cell type object and assigns it a ListItem array.
    See Also