Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / CopyOptions Enumeration


In This Topic
    CopyOptions Enumeration
    In This Topic
    Determines if the Cell or CellRange is cut or copied.
    Syntax
    'Declaration
     
    
    Public Enum CopyOptions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CopyOptions
    public enum CopyOptions : System.Enum 
    Members
    MemberDescription
    CopyThe Cell or CellRange will be copied; in other words, it will stay in place once pasted.
    CutThe Cell or CellRange will be cut; in other words, it will be removed once pasted.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Workbooks.NET.CopyOptions

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also