Spread Windows Forms 12.0 Product Documentation
Type Property (ISheetView)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISheetView Interface : Type Property
Gets or sets the type of this view.
Syntax
'Declaration
 
Property Type As SheetViewType
'Usage
 
Dim instance As ISheetView
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

ISheetView Interface
ISheetView Members