[]
Creates a new SpreadCameraShape object from serialization.
public SpreadCameraShape(SerializationInfo info, StreamingContext context)
Public Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | Object that holds the serialized object data |
StreamingContext | context | Contexual information about the source or destination of the serialization |
Creates a default SpreadCameraShape object.
public SpreadCameraShape()
Public Sub New()
Creates a new SpreadCameraShape object with a specific formula.
public SpreadCameraShape(string formula)
Public Sub New(formula As String)
Type | Name | Description |
---|---|---|
string | formula | Refer to a cell range of a sheetView object to capture the content of the region |
Create a new SpreadCameraShape object.
public SpreadCameraShape(SheetView sheetView, CellRange cellRange)
Public Sub New(sheetView As SheetView, cellRange As CellRange)
Type | Name | Description |
---|---|---|
SheetView | sheetView | The sheetView that contains the captured region |
CellRange | cellRange | The captured region of the sheetView |