The unqualified name of this referenced element. Read Only. Syntax
The IExcelCalcFormula, if any, associated with this Reference. If this reference can not contain a formula then null is returned. Syntax
Returns true if this reference is enumerable. Syntax
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...
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
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....
The ExcelCalcValue, if any, associated with this Reference. If this reference does not contain a Value then a ExcelCalcErrorValue is returned. Syntax
Classes Class Description Interfaces Interface Description Enumerations Enumeration Description See Also Reference Infragistics.Documents.Excel Assembly
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...
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...