'Declaration Public Shared Function Create( _
ByVal locationTypeThe type of the location.As SheetDrawingLocationType, _
ByVal worksheetThe worksheet.As Worksheet, _
ByVal boundingBoxThe bounding box of drawing location.As Vintasoft.Primitives.VintasoftRect _
) As SheetDrawingLocation
public static SheetDrawingLocation Create(
SheetDrawingLocationType locationType,
Worksheet worksheet,
Vintasoft.Primitives.VintasoftRect boundingBox
)
public: static SheetDrawingLocation* Create(
SheetDrawingLocationType locationType,
Worksheet* worksheet,
Vintasoft.Primitives.VintasoftRect boundingBox
)
public:
static SheetDrawingLocation^ Create(
SheetDrawingLocationType locationType,
Worksheet^ worksheet,
Vintasoft.Primitives.VintasoftRect boundingBox
)
Parameters
- locationType
- The type of the location.
- worksheet
- The worksheet.
- boundingBox
- The bounding box of drawing location.
Return Value
A new instance of SheetDrawingLocation class.