RwColAction Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the RwColAction enumeration.
public enum RwColAction[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum RwColActionpublic readonly struct RwColAction : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Excel.RwColAction>, IEquatable<DocumentFormat.OpenXml.Office2016.Excel.RwColAction>type RwColAction = [<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type RwColAction = type RwColAction = struct
    interface IEnumValue
    interface IEnumValueFactory<RwColAction>Public Enum RwColActionPublic Structure RwColAction
Implements IEnumValue, IEnumValueFactory(Of RwColAction), IEquatable(Of RwColAction)- Inheritance
- 
				RwColAction
- Inheritance
- 
				RwColAction
- Attributes
Fields
| Name | Value | Description | 
|---|---|---|
| Insr | 0 | insr. When the item is serialized out as xml, its value is "insr". | 
| Delr | 1 | delr. When the item is serialized out as xml, its value is "delr". | 
| Insc | 2 | insc. When the item is serialized out as xml, its value is "insc". | 
| Delc | 3 | delc. When the item is serialized out as xml, its value is "delc". | 
| Delc | delc. When the item is serialized out as xml, its value is "delc". | |
| Delr | delr. When the item is serialized out as xml, its value is "delr". | |
| Equality(RwColAction, RwColAction) | ||
| Equals(Object) | ||
| Equals(RwColAction) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<RwColAction>.Create(String) | ||
| Inequality(RwColAction, RwColAction) | ||
| Insc | insc. When the item is serialized out as xml, its value is "insc". | |
| Insr | insr. When the item is serialized out as xml, its value is "insr". | |
| RwColAction(String) | Creates a new RwColAction enum instance | |
| ToString() |