ig.excel.ExcelCalcErrorValue

Provides methods and properties used to define and manage a calculation error value.

Dependencies

jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
  • ig.excel.ExcelCalcErrorValue
    Constructor

    new $.ig.excel.ExcelCalcErrorValue( code:ig.excel.ExcelCalcErrorCode );

    Initializes a new ExcelCalcErrorValue with the specified error code.

  • ig.excel.ExcelCalcErrorValue
    Constructor

    new $.ig.excel.ExcelCalcErrorValue( code:ig.excel.ExcelCalcErrorCode, message:string );

    Initializes a new ExcelCalcErrorValue with the specified error code and error message

    • code
    • Type:ig.excel.ExcelCalcErrorCode
    • ExcelCalcErrorCode value
    • message
    • Type:string
    • Localized Message indicating reason for error
  • ig.excel.ExcelCalcErrorValue
    Constructor

    new $.ig.excel.ExcelCalcErrorValue( code:ig.excel.ExcelCalcErrorCode, message:string, value:object );

    Initializes a new ExcelCalcErrorValue with the specified error code, message and error value.

    • code
    • Type:ig.excel.ExcelCalcErrorCode
    • ExcelCalcErrorCode value
    • message
    • Type:string
    • Localized Message indicating reason for error
    • value
    • Type:object
    • Value associated with error
  • code

    .code( );
    Return Type:
    ig.excel.ExcelCalcErrorCode
    Return Type Description:
    Returns a ExcelCalcErrorCode.

    Gets the error code for this class instance

  • errorValue

    .errorValue( );

    Gets the error object for this class instance

  • message

    .message( );

    Gets error message for this class instance. Note that when setting this property the message is assumed to be localized.

  • toString

    .toString( );
    Return Type:
    string
    Return Type Description:
    String containing error message

    Return a string message that denotes reason for error

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.