IPrstGeomShapes
AddNotPrimitiveShape Method
|
Adds a non-primitive shape to the specified position and size within a grid.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IGeomPathShape AddNotPrimitiveShape(
int row,
int column,
int width,
int height
)
Function AddNotPrimitiveShape (
row As Integer,
column As Integer,
width As Integer,
height As Integer
) As IGeomPathShape
IGeomPathShape^ AddNotPrimitiveShape(
int row,
int column,
int width,
int height
)
abstract AddNotPrimitiveShape :
row : int *
column : int *
width : int *
height : int -> IGeomPathShape
Parameters
-
row
-
Type:
System
Int32
The row index where the top-left corner of the shape will be placed.
-
column
-
Type:
System
Int32
The column index where the top-left corner of the shape will be placed.
-
width
-
Type:
System
Int32
The width of the shape.
-
height
-
Type:
System
Int32
The height of the shape.
Return Value
Type:
IGeomPathShape
An IGeomPathShape representing the added non-primitive shape.
See Also