ig.excel.RepeatTitleRange

Represents a range of contiguous rows or columns which should be repeated at the top or left or printed pages of the Worksheet.

Dependencies

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

    new $.ig.excel.RepeatTitleRange( startIndex:number, endIndex:number );

    Creates a new RepeatTitleRange instance.

    • startIndex
    • Type:number
    • The index of the first row or column in the range.
    • endIndex
    • Type:number
    • The index of the last row or column in the range.

    Exceptions

    Exception Description
    ig.ArgumentException Occurs when either startIndex or endIndex is less than 0.

    Remarks

    The order of the startIndex and endIndex does not matter. In other words, if startIndex is greater than endIndex, they will be swapped when they are stored.

  • endIndex

    .endIndex( );

    Gets the index of the last row or column in the range.

  • equals

    .equals( obj:object );

    Determines whether the specified value equals this RepeatTitleRange.

    • obj
    • Type:object
    • The value to test for equality.
  • getHashCode

    .getHashCode( );

    Gtes the hash code for the RepeatTitleRange.

  • startIndex

    .startIndex( );

    Gets the index of the first row or column in the range.

  • toString

    .toString( );
    Return Type:
    string
    Return Type Description:
    The string representation of the range.

    Gets the string representation of the range.

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