ItemType Property (SheetView)
In This Topic
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;}
Example
This example sets the ItemType property.
See Also