Spread for ASP.NET 12 Product Documentation
Value Property (ListItem)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > ListItem Class : Value Property
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;}
See Also

Reference

ListItem Class
ListItem Members