AddRectangle Method

AddRectangle function

Adds a RectangleShape to the worksheet.


func (instance *ShapeCollection) AddRectangle(upperleftrow int32, top int32, upperleftcolumn int32, left int32, height int32, width int32)  (*RectangleShape,  error) 

Remarks

See Also