Spread Windows Forms 11.0 Product Documentation
View Property (SheetView)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : View Property
Get or set the view type of a SheetView.
Syntax
'Declaration
 
Public Property View As GrapeCity.Spreadsheet.SheetViewType
'Usage
 
Dim instance As SheetView
Dim value As GrapeCity.Spreadsheet.SheetViewType
 
instance.View = value
 
value = instance.View
public GrapeCity.Spreadsheet.SheetViewType View {get; set;}
See Also

Reference

SheetView Class
SheetView Members