[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ListItem.-ctor

ListItem Constructor

ListItem()

Creates a new list item.

Declaration
public ListItem()
Public Sub New()

ListItem(string, string)

Creates a new list item with the specified text and value for that item.

Declaration
public ListItem(string text, string value)
Public Sub New(text As String, value As String)
Parameters
Type Name Description
string text

Text of the item

string value

Value of the item