RowColumnActionValues enumeration

Office 2013 and later

Row Column Action Type

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
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: