Back to Devexpress

WorksheetCollection.Insert Method

officefileapi-devexpress-dot-spreadsheet-dot-worksheetcollection-dot-insert.md

latest533 B
Original Source

WorksheetCollection.Insert Method

NameParametersDescription
Insert(Int32, String)index, nameCreates a new worksheet under the specified name and appends it to the collection at the specified position.
Insert(Int32)indexCreates a new worksheet and appends it to the collection at the specified position.