Spread Windows Forms 12.0 Product Documentation
Type Property (IWorksheetView)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : Type Property
Gets or sets the type of this view.
Syntax
'Declaration
 
Property Type As SheetViewType
'Usage
 
Dim instance As IWorksheetView
Dim value As SheetViewType
 
instance.Type = value
 
value = instance.Type
SheetViewType Type {get; set;}

Property Value

A SheetViewType value represents the type of this view.
See Also

Reference

IWorksheetView Interface
IWorksheetView Members