Back to Devexpress

ColumnCollection.Insert Method

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

latest1.3 KB
Original Source

ColumnCollection.Insert Method

NameParametersDescription
Insert(Int32, Int32, ColumnFormatMode)index, count, formatModeInserts multiple columns and specifies how to format these columns.
Insert(Int32, Int32)index, countInserts multiple columns into the worksheet.
Insert(Int32)indexInserts a new column into the worksheet at the specified position.
Insert(String, Int32, ColumnFormatMode)columnHeading, count, formatModeInserts multiple columns and specifies how to format these columns.
Insert(String, Int32)columnHeading, countInserts multiple columns into the worksheet.
Insert(String)columnHeadingInserts a column with the specified heading into the worksheet.