Spread for ASP.NET 12 Product Documentation
ItemType Property (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : ItemType Property
Gets or sets the name of the data item type in model binding.
Syntax
'Declaration
 
Public Property ItemType As String
'Usage
 
Dim instance As SheetView
Dim value As String
 
instance.ItemType = value
 
value = instance.ItemType
public string ItemType {get; set;}
See Also

Reference

SheetView Class
SheetView Members