[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DrawingSpace.SpreadCameraShape.-ctor

SpreadCameraShape Constructor

SpreadCameraShape(SerializationInfo, StreamingContext)

Creates a new SpreadCameraShape object from serialization.

Declaration
public SpreadCameraShape(SerializationInfo info, StreamingContext context)
Public Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

Object that holds the serialized object data

StreamingContext context

Contexual information about the source or destination of the serialization

SpreadCameraShape()

Creates a default SpreadCameraShape object.

Declaration
public SpreadCameraShape()
Public Sub New()

SpreadCameraShape(string)

Creates a new SpreadCameraShape object with a specific formula.

Declaration
public SpreadCameraShape(string formula)
Public Sub New(formula As String)
Parameters
Type Name Description
string formula

Refer to a cell range of a sheetView object to capture the content of the region

SpreadCameraShape(SheetView, CellRange)

Create a new SpreadCameraShape object.

Declaration
public SpreadCameraShape(SheetView sheetView, CellRange cellRange)
Public Sub New(sheetView As SheetView, cellRange As CellRange)
Parameters
Type Name Description
SheetView sheetView

The sheetView that contains the captured region

CellRange cellRange

The captured region of the sheetView