Spread Windows Forms 12.0 Product Documentation
GetSheetView() Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : GetSheetView() Method
Gets the active sheet view.
Syntax
'Declaration
 
Public Function GetSheetView() As SheetView
'Usage
 
Dim instance As SpreadView
Dim value As SheetView
 
value = instance.GetSheetView()
public SheetView GetSheetView()
Remarks
This method returns the active sheet; to return only the index for that sheet, use the ActiveSheetIndex property.
See Also

Reference

SpreadView Class
SpreadView Members
Working with the Active Sheet