ig.excel.WorksheetRegion

依存関係

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
このコントロールにオプションはありません。
このコントロールにイベントはありません。
  • ig.excel.WorksheetRegion
    コンストラクター

    new $.ig.excel.WorksheetRegion( worksheet:ig.excel.Worksheet, firstRow:number, firstColumn:number, lastRow:number, lastColumn:number );

    • worksheet
    • タイプ:ig.excel.Worksheet
    • firstRow
    • タイプ:number
    • firstColumn
    • タイプ:number
    • lastRow
    • タイプ:number
    • lastColumn
    • タイプ:number

    例外

    例外 説明
    ig.ArgumentNullException
    ig.InvalidOperationException
    ig.ArgumentOutOfRangeException

    関連項目

  • applyArrayFormula

    .applyArrayFormula( value:string );

    • value
    • タイプ:string

    例外

    例外 説明
    ig.ArgumentNullException
    ig.excel.FormulaParseException
    ig.InvalidOperationException

    備考

    関連項目

  • applyFormula

    .applyFormula( value:string );

    • value
    • タイプ:string

    例外

    例外 説明
    ig.ArgumentNullException
    ig.excel.FormulaParseException
    ig.InvalidOperationException

    備考

    関連項目

  • equals

    .equals( obj:object );

    • obj
    • タイプ:object
  • firstColumn

    .firstColumn( );
    返却型:
    number
    返却型の説明:

  • firstRow

    .firstRow( );
    返却型:
    number
    返却型の説明:

  • formatAsTable

    .formatAsTable( tableHasHeaders:boolean );
    返却型:
    ig.excel.WorksheetTable
    返却型の説明:

    • tableHasHeaders
    • タイプ:boolean

    例外

    例外 説明
    ig.InvalidOperationException
    ig.InvalidOperationException
    ig.InvalidOperationException

    備考

  • formatAsTable

    .formatAsTable( tableHasHeaders:boolean, tableStyle:ig.excel.WorksheetTableStyle );
    返却型:
    ig.excel.WorksheetTable
    返却型の説明:

    • tableHasHeaders
    • タイプ:boolean
    • tableStyle
    • タイプ:ig.excel.WorksheetTableStyle

    例外

    例外 説明
    ig.ArgumentException
    ig.InvalidOperationException
    ig.InvalidOperationException
    ig.InvalidOperationException

    備考

  • getBoundsInTwips

    .getBoundsInTwips( );
    返却型:
    object
    返却型の説明:

    備考

  • getBoundsInTwips

    .getBoundsInTwips( options:ig.excel.PositioningOptions );
    返却型:
    object
    返却型の説明:

    • options
    • タイプ:ig.excel.PositioningOptions

    備考

  • getHashCode

    .getHashCode( );

  • lastColumn

    .lastColumn( );
    返却型:
    number
    返却型の説明:

  • lastRow

    .lastRow( );
    返却型:
    number
    返却型の説明:

  • toString

    .toString( );
    返却型:
    string
    返却型の説明:

  • toString

    .toString( cellReferenceMode:ig.excel.CellReferenceMode, includeWorksheetName:boolean );
    返却型:
    string
    返却型の説明:

    • cellReferenceMode
    • タイプ:ig.excel.CellReferenceMode
    • includeWorksheetName
    • タイプ:boolean
  • toString

    .toString( cellReferenceMode:ig.excel.CellReferenceMode, includeWorksheetName:boolean, useRelativeColumn:boolean, useRelativeRow:boolean );
    返却型:
    string
    返却型の説明:

    • cellReferenceMode
    • タイプ:ig.excel.CellReferenceMode
    • includeWorksheetName
    • タイプ:boolean
    • useRelativeColumn
    • タイプ:boolean
    • useRelativeRow
    • タイプ:boolean
  • worksheet

    .worksheet( );
    返却型:
    ig.excel.Worksheet
    返却型の説明:

    関連項目

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