Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ListItem Class / ListItem Constructor / ListItem Constructor()
Example


In This Topic
    ListItem Constructor()
    In This Topic
    Creates a new list item.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New ListItem()
    public ListItem()
    Example
    This example creates a list box cell type object and assigns it a ListItem array.
    See Also