Class DeleteOptions
Class DeleteOptions
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the setting of deleting rows/columns.
public class DeleteOptions
Inheritance
Derived
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
DeleteOptions()
public DeleteOptions()
Properties
FormulaChangeMonitor
Gets/sets the monitor for tracking changes caused by the deletion.
public AbstractFormulaChangeMonitor FormulaChangeMonitor { get; set; }
Property Value
UpdateReference
Indicates if update references in other worksheets.
public bool UpdateReference { get; set; }