Class OpenOptions
- Namespace
- GrapeCity.Documents.Excel
- Assembly
- GcDocs.Excel.dll
Option class for opening.
- Inheritance
-
object
OpenOptions
- Inherited Members
-
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Constructors
OpenOptions()
Properties
DoNotRecalculateAfterOpened
Don't recalculate when getting formula value after loading the file.
Default is false.
public bool DoNotRecalculateAfterOpened { get; set; }
Property Value
- bool
ImportFlags
Flags on loading data.
Default is ImportFlags.NoFlag.
public ImportFlags ImportFlags { get; set; }
Property Value
- ImportFlags