Skip to main content

CellCalculationArgs Members

Provides data for the ICustomCalculationService.OnBeginCellCalculation method.

Constructors

Name Description
CellCalculationArgs(CellKey, CellValue) Initializes a new instance of the CellCalculationArgs class with the specified settings.

Properties

Name Description
CellKey Gets the cell key that uniquely identifies a cell in a workbook.
Column Gets the index of a column containing the current cell.
Handled Gets or sets whether to perform cell calculation.
Row Gets the index of a row containing the current cell.
SheetId Returns the ID of the worksheet that contains the current cell.
Value Gets or sets the content of a cell for which calculation starts.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also