Spread Windows Forms 12.0 Product Documentation
SpreadCameraShape Constructor()
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > SpreadCameraShape Class > SpreadCameraShape Constructor : SpreadCameraShape Constructor()
Creates a default SpreadCameraShape object.
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New SpreadCameraShape()
public SpreadCameraShape()
Example
This example creates a shape from a formula range.
fpSpread1.Sheets[0].Cells[0,0].Text = "test";
FarPoint.Win.Spread.DrawingSpace.SpreadCameraShape test = new FarPoint.Win.Spread.DrawingSpace.SpreadCameraShape();
test.Formula = "A1:A5";
fpSpread1.Sheets[0].AddShape(test, 2, 1);
fpSpread1.Sheets(0).Cells(0,0).Text = "test"
Dim test As New FarPoint.Win.Spread.DrawingSpace.SpreadCameraShape()
test.Formula = "A1:A5"
fpSpread1.Sheets(0).AddShape(test, 2, 1)
See Also

Reference

SpreadCameraShape Class
SpreadCameraShape Members
Overload List