PrstGeomShapeCollection
AddNotPrimitiveShape Method
|
Add a NotPrimitive shape to prstgeomshape collection;
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IGeomPathShape AddNotPrimitiveShape(
int row,
int column,
int width,
int height
)
Public Function AddNotPrimitiveShape (
row As Integer,
column As Integer,
width As Integer,
height As Integer
) As IGeomPathShape
public:
virtual IGeomPathShape^ AddNotPrimitiveShape(
int row,
int column,
int width,
int height
) sealed
abstract AddNotPrimitiveShape :
row : int *
column : int *
width : int *
height : int -> IGeomPathShape
override AddNotPrimitiveShape :
row : int *
column : int *
width : int *
height : int -> IGeomPathShape
Parameters
-
row
-
Type:
System
Int32
shape's first row number in worksheet
-
column
-
Type:
System
Int32
shape's first column number in worksheet
-
width
-
Type:
System
Int32
shape's width, in unit of pixel.
-
height
-
Type:
System
Int32
shape's height, in unit of pixel.
Return Value
Type:
IGeomPathShape
Implements
IPrstGeomShapes
AddNotPrimitiveShape(Int32, Int32, Int32, Int32)
See Also