RowColumnActionValues enumeration
Office 2013 and later
Row Column Action Type
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| InsertRow | Insert Row. When the item is serialized out as xml, its value is "insertRow". | |
| DeleteRow | Delete Row. When the item is serialized out as xml, its value is "deleteRow". | |
| ColumnInsert | Column Insert. When the item is serialized out as xml, its value is "insertCol". | |
| DeleteColumn | Delete Column. When the item is serialized out as xml, its value is "deleteCol". |
Show: