Back to Devexpress

ShapeCollection.AddTextBox Method

officefileapi-devexpress-dot-spreadsheet-dot-shapecollection-dot-addtextbox.md

latest860 B
Original Source

ShapeCollection.AddTextBox Method

NameParametersDescription
AddTextBox(Cell, Single, Single, String)topLeftCell, width, height, textInserts a text box so that its top left corner is located at the specified cell.
AddTextBox(CellRange, String)targetRange, textInserts a text box to fit in the specified range.
AddTextBox(Single, Single, Single, Single, String)x, y, width, height, textInserts a text box.