Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadCameraShape Class / SpreadCameraShape Constructor / SpreadCameraShape Constructor(SheetView,CellRange)
The sheetView that contains the captured region
The captured region of the sheetView


In This Topic
SpreadCameraShape Constructor(SheetView,CellRange)
In This Topic
Create a new SpreadCameraShape object.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal cellRange As CellRange _
)
 
'Usage
 
Dim sheetView As SheetView
Dim cellRange As CellRange
 
Dim instance As New SpreadCameraShape(sheetView, cellRange)

Parameters

sheetView
The sheetView that contains the captured region
cellRange
The captured region of the sheetView
See Also