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


In This Topic
    ClearOptions Enumeration
    In This Topic
    Contains the options that determine what will be cleared when one of the Clear methods is used on a Row, ColumnWorksheet or Range.
    Syntax
    'Declaration
     
    
    Public Enum ClearOptions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ClearOptions
    public enum ClearOptions : System.Enum 
    Members
    MemberDescription
    AllThis option will clear everything, meaning all the content, the Formulas, the Styles, the Hyperlinks and the Annotations.
    AnnotationsThis option will clear only the Annotations.
    ContentsThis options will clear the content as well as the Formulas.
    HyperlinksThis option will clear the Hyperlinks but the rest of the content will remain in place.
    StylesThis option will clear only the Styles.
    Inheritance Hierarchy

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

    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