GrapeCity.Spreadsheet Namespace / ManipulationOptions Enumeration


ManipulationOptions Enumeration
Indicates which data type will be performed.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ManipulationOptions 
   Inherits System.Enum
 
'Usage
 
Dim instance As ManipulationOptions
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