[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SaveOptions

Class SaveOptions

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Option class for saving.

public class SaveOptions
Inheritance
object
SaveOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SaveOptions()

Constructor.

public SaveOptions()

Properties

IgnoreFormulas

Indicates whether to treat formula cells as value cells.

public bool IgnoreFormulas { get; set; }

Property Value

bool

IsCompactMode

A bool indicating whether to save workbook in compact mode, the default value is false.

public bool IsCompactMode { get; set; }

Property Value

bool