ig.excel.SeriesName

Defines the name of a series

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.SeriesName
    Constructor

    new $.ig.excel.SeriesName( name:string );

    Creates a new SeriesName

    • name
    • Type:string
    • The name of the series
  • ig.excel.SeriesName
    Constructor

    new $.ig.excel.SeriesName( sheet:ig.excel.Sheet, formula:string, [cellReferenceMode:ig.excel.CellReferenceMode] );

    Creates a new SeriesName

    • sheet
    • Type:ig.excel.Sheet
    • The sheet reference
    • formula
    • Type:string
    • The string representation of the formula.
    • cellReferenceMode
    • Type:ig.excel.CellReferenceMode
    • Optional
    • A CellReferenceMode value which specifies whether the formula parameter should be interpreted as an A1 or R1C1 expression. This parameter is optional and defaults to null, in which case the Workbook.cellReferenceMode property is used.

    See Also

  • toString

    .toString( );

    Gets the string representation of the SeriesName.

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