Class InsertOptions
Class InsertOptions
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the options of inserting.
public class InsertOptions
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
InsertOptions()
public InsertOptions()
Properties
CopyFormatType
public CopyFormatType CopyFormatType { get; set; }
Property Value
FormulaChangeMonitor
Gets/sets the monitor for tracking changes caused by the insertion.
public AbstractFormulaChangeMonitor FormulaChangeMonitor { get; set; }
Property Value
UpdateReference
Indicates if references in other worksheets will be updated.
public bool UpdateReference { get; set; }