Spread Windows Forms 12.0 Product Documentation
AsWorksheet Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : AsWorksheet Method
Gets the coressponding GrapeCity.Spreadsheet.IWorksheet object that allows accessing to new object model and API set.
Syntax
'Declaration
 
Public Function AsWorksheet() As IWorksheet
'Usage
 
Dim instance As SheetView
Dim value As IWorksheet
 
value = instance.AsWorksheet()
public IWorksheet AsWorksheet()

Return Value

A GrapeCity.Spreadsheet.IWorksheet object represents the coressponding worksheet.
See Also

Reference

SheetView Class
SheetView Members