Version

Search Results

ElementName Property

The unqualified name of this referenced element. Read Only. Syntax

Formula Property (IExcelCalcReference)

The IExcelCalcFormula, if any, associated with this Reference. If this reference can not contain a formula then null is returned. Syntax

IsEnumerable Property

Returns true if this reference is enumerable. Syntax

IsSubsetReference Method

Returns true if inReference is a proper subset of this reference Syntax Parameters inReference The subset candidate. Return Value true if inReference is contained by this reference. Remarks This method is used by the calculation engine to determine if the passed in reference is fully contained by this reference. E...

NormalizedAbsoluteName Property

Returns the normalized absolute name. Calculation engine makes use of normalized absolute names of references to compare two references and search for references. This property should return the absolute name with case insensitive parts of the absolute names converted to lower case. Syntax

References Property (IExcelCalcReference)

Return a collection of references if this Reference is enumerable. An exception is thrown if this reference is not enumerable. Syntax Property Value A Reference collection. Remarks The collection returned by this method must be constrained to the scope specified by the original string used to create the reference....

Value Property (IExcelCalcReference)

The ExcelCalcValue, if any, associated with this Reference. If this reference does not contain a Value then a ExcelCalcErrorValue is returned. Syntax

Infragistics.Documents.Excel.CalcEngine Namespace

Classes Class Description Interfaces Interface Description Enumerations Enumeration Description See Also Reference Infragistics.Documents.Excel Assembly

CalculationMode Enumeration

Represents the the ways formulas are recalculated when their referenced values change. Syntax Members Member Description Automatic Formulas and data tables are automatically recalculated when the values in referenced cells change. AutomaticExceptForDataTables Only formulas are automatically recalculated when the v...

CellBorderLineStyle Enumeration

Represents the different cell border line styles. Syntax Members Member Description DashDot Dash-dot border. DashDotDot Dash-dot-dot border. Dashed Dashed border. Default Use the default border line style. Dotted Dotted border. Double Double-line border. Hair Dotted border with small dots. Medium Medium border. Me...