Freigeben über


RowColumnActionValues-Enumeration

Row Column Action Type

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

Syntax

'Declaration
Public Enumeration RowColumnActionValues
'Usage
Dim instance As RowColumnActionValues
public enum RowColumnActionValues

Member

Membername Beschreibung
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".

Siehe auch

Referenz

DocumentFormat.OpenXml.Spreadsheet-Namespace