Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ManipulationOptions Enumeration


In This Topic
    ManipulationOptions Enumeration
    In This Topic
    Indicates which data type will be performed.
    Syntax
    'Declaration
     
    
    Public Enum ManipulationOptions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ManipulationOptions
    public enum ManipulationOptions : System.Enum 
    Members
    MemberDescription
    AllManipulate with all data.
    CommentsManipulate with comments.
    ConditionalFormattingManipulate with conditional formatting.
    ContentsManipulate with cell values and formulas.
    FormatsManipulate with formatting and number formats.
    FormattingManipulate with formatting. This option includes the NumberFormats option.
    FormulasManipulate with cell formulas.
    NumberFormatsManipulate with number formats.
    ValuesManipulate with cell values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.ManipulationOptions

    See Also