[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ManipulationOptions

ManipulationOptions Enum

Indicates which data type will be performed.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
[Flags]
public enum ManipulationOptions
<Flags>
Public Enum ManipulationOptions

Fields

Name Description
All

Manipulate with all data.

Comments

Manipulate with comments.

ConditionalFormatting

Manipulate with conditional formatting.

Contents

Manipulate with cell values and formulas.

Formats

Manipulate with formatting and number formats.

Formatting

Manipulate with formatting. This option includes the NumberFormats option.

Formulas

Manipulate with cell formulas.

NumberFormats

Manipulate with number formats.

Values

Manipulate with cell values.