Spread Windows Forms 12.0 Product Documentation
ManipulationOptions Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : ManipulationOptions Enumeration
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

Reference

GrapeCity.Spreadsheet Namespace