ig.excel.Worksheet
依存関係
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
このコントロールにオプションはありません。
このコントロールにイベントはありません。
-
clearConditionalFormattingData
- .clearConditionalFormattingData( );
備考
-
columns
- .columns( );
- 返却型:
- ig.excel.WorksheetColumnCollection
- 返却型の説明:
備考
-
columns
- .columns( index:number );
- 返却型:
- ig.excel.WorksheetColumn
- 返却型の説明:
- index
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException ig.InvalidOperationException 備考
-
conditionalFormats
- .conditionalFormats( );
- 返却型:
- ig.excel.ConditionalFormatCollection
- 返却型の説明:
関連項目
- ig.excel.ConditionalFormatCollection
- ig.excel.ConditionalFormatCollection.addAverageCondition
- ig.excel.ConditionalFormatCollection.addBlanksCondition
- ig.excel.ConditionalFormatCollection.addColorScaleCondition
- ig.excel.ConditionalFormatCollection.addDataBarCondition
- ig.excel.ConditionalFormatCollection.addDateTimeCondition
- ig.excel.ConditionalFormatCollection.addDuplicateCondition
- ig.excel.ConditionalFormatCollection.addErrorsCondition
- ig.excel.ConditionalFormatCollection.addFormulaCondition
- ig.excel.ConditionalFormatCollection.addIconSetCondition
- ig.excel.ConditionalFormatCollection.addNoBlanksCondition
- ig.excel.ConditionalFormatCollection.addNoErrorsCondition
- ig.excel.ConditionalFormatCollection.addOperatorCondition
- ig.excel.ConditionalFormatCollection.addRankCondition
- ig.excel.ConditionalFormatCollection.addTextCondition
- ig.excel.ConditionalFormatCollection.addUniqueCondition
- ig.excel.ConditionBase
-
conditionalFormats
- .conditionalFormats( index:number );
- 返却型:
- ig.excel.ConditionBase
- 返却型の説明:
- index
- タイプ:number
例外
例外 説明 ig.IndexOutOfRangeException -
dataTables
- .dataTables( );
- 返却型:
- ig.excel.WorksheetDataTableCollection
- 返却型の説明:
-
dataTables
- .dataTables( index:number );
- 返却型:
- ig.excel.WorksheetDataTable
- 返却型の説明:
- index
- タイプ:number
-
dataValidationRules
- .dataValidationRules( );
- 返却型:
- ig.excel.DataValidationRuleCollection
- 返却型の説明:
-
dataValidationRules
- .dataValidationRules( rule:ig.excel.DataValidationRule );
- 返却型:
- ig.excel.WorksheetReferenceCollection
- 返却型の説明:
- rule
- タイプ:ig.excel.DataValidationRule
例外
例外 説明 ig.ArgumentNullException ig.excel.KeyNotFoundException ig.ArgumentException ig.ArgumentException -
dataValidationRules
- .dataValidationRules( rule:ig.excel.DataValidationRule, value:ig.excel.WorksheetReferenceCollection );
- 返却型:
- ig.excel.WorksheetReferenceCollection
- 返却型の説明:
- rule
- タイプ:ig.excel.DataValidationRule
- value
- タイプ:ig.excel.WorksheetReferenceCollection
例外
例外 説明 ig.ArgumentNullException ig.excel.KeyNotFoundException ig.ArgumentException ig.ArgumentException -
defaultColumnWidth
- .defaultColumnWidth( );
- 返却型:
- number
- 返却型の説明:
備考
-
defaultColumnWidth
- .defaultColumnWidth( value:number );
- 返却型:
- number
- 返却型の説明:
- value
- タイプ:number
備考
-
defaultRowHeight
- .defaultRowHeight( );
- 返却型:
- number
- 返却型の説明:
例外
例外 説明 ig.ArgumentOutOfRangeException 備考
-
defaultRowHeight
- .defaultRowHeight( value:number );
- 返却型:
- number
- 返却型の説明:
- value
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException 備考
-
deleteCells
- .deleteCells( region:ig.excel.WorksheetRegion, shiftCellsLeft:boolean );
- region
- タイプ:ig.excel.WorksheetRegion
- shiftCellsLeft
- タイプ:boolean
例外
例外 説明 ig.InvalidOperationException ig.ArgumentNullException -
deleteCells
- .deleteCells( address:string, shiftCellsLeft:boolean );
- address
- タイプ:string
- shiftCellsLeft
- タイプ:boolean
例外
例外 説明 ig.InvalidOperationException ig.ArgumentException -
displayOptions
- .displayOptions( );
- 返却型:
- ig.excel.WorksheetDisplayOptions
- 返却型の説明:
備考
-
filterSettings
- .filterSettings( );
- 返却型:
- ig.excel.WorksheetFilterSettings
- 返却型の説明:
-
getCell
- .getCell( address:string );
- 返却型:
- ig.excel.WorksheetCell
- 返却型の説明:
- address
- タイプ:string
例外
例外 説明 ig.ArgumentNullException ig.ArgumentException ig.InvalidOperationException 備考
-
getCell
- .getCell( address:string, cellReferenceMode:ig.excel.CellReferenceMode );
- 返却型:
- ig.excel.WorksheetCell
- 返却型の説明:
- address
- タイプ:string
- cellReferenceMode
- タイプ:ig.excel.CellReferenceMode
例外
例外 説明 ig.ArgumentNullException ig.excel.InvalidEnumArgumentException ig.ArgumentException ig.InvalidOperationException 備考
-
getCell
- .getCell( address:string, cellReferenceMode:ig.excel.CellReferenceMode, originCell:ig.excel.WorksheetCell );
- 返却型:
- ig.excel.WorksheetCell
- 返却型の説明:
- address
- タイプ:string
- cellReferenceMode
- タイプ:ig.excel.CellReferenceMode
- originCell
- タイプ:ig.excel.WorksheetCell
例外
例外 説明 ig.ArgumentNullException ig.excel.InvalidEnumArgumentException ig.ArgumentException ig.InvalidOperationException 備考
-
getCell
- .getCell( address:string, originCell:ig.excel.WorksheetCell );
- 返却型:
- ig.excel.WorksheetCell
- 返却型の説明:
- address
- タイプ:string
- originCell
- タイプ:ig.excel.WorksheetCell
例外
例外 説明 ig.ArgumentNullException ig.ArgumentException ig.InvalidOperationException 備考
-
getCellConditionalFormat
- .getCellConditionalFormat( rowIndex:number, columnIndex:number );
- 返却型:
- ig.excel.CellConditionalFormat
- 返却型の説明:
- rowIndex
- タイプ:number
- columnIndex
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException 備考
-
getDefaultColumnWidth
- .getDefaultColumnWidth( units:ig.excel.WorksheetColumnWidthUnit );
- 返却型:
- number
- 返却型の説明:
- units
- タイプ:ig.excel.WorksheetColumnWidthUnit
例外
例外 説明 ig.excel.InvalidEnumArgumentException 備考
-
getRegion
- .getRegion( address:string );
- 返却型:
- ig.excel.WorksheetRegion
- 返却型の説明:
- address
- タイプ:string
例外
例外 説明 ig.ArgumentNullException ig.ArgumentException ig.InvalidOperationException 備考
-
getRegion
- .getRegion( address:string, cellReferenceMode:ig.excel.CellReferenceMode );
- 返却型:
- ig.excel.WorksheetRegion
- 返却型の説明:
- address
- タイプ:string
- cellReferenceMode
- タイプ:ig.excel.CellReferenceMode
例外
例外 説明 ig.ArgumentNullException ig.excel.InvalidEnumArgumentException ig.ArgumentException ig.InvalidOperationException 備考
-
getRegion
- .getRegion( address:string, cellReferenceMode:ig.excel.CellReferenceMode, originCell:ig.excel.WorksheetCell );
- 返却型:
- ig.excel.WorksheetRegion
- 返却型の説明:
- address
- タイプ:string
- cellReferenceMode
- タイプ:ig.excel.CellReferenceMode
- originCell
- タイプ:ig.excel.WorksheetCell
例外
例外 説明 ig.ArgumentNullException ig.excel.InvalidEnumArgumentException ig.ArgumentException ig.InvalidOperationException 備考
-
getRegion
- .getRegion( address:string, originCell:ig.excel.WorksheetCell );
- 返却型:
- ig.excel.WorksheetRegion
- 返却型の説明:
- address
- タイプ:string
- originCell
- タイプ:ig.excel.WorksheetCell
例外
例外 説明 ig.ArgumentNullException ig.ArgumentException ig.InvalidOperationException 備考
-
getRegions
- .getRegions( address:string );
- 返却型:
- ig.excel.WorksheetRegion[]
- 返却型の説明:
- address
- タイプ:string
例外
例外 説明 ig.ArgumentNullException ig.ArgumentException ig.InvalidOperationException 備考
-
getRegions
- .getRegions( address:string, cellReferenceMode:ig.excel.CellReferenceMode );
- 返却型:
- ig.excel.WorksheetRegion[]
- 返却型の説明:
- address
- タイプ:string
- cellReferenceMode
- タイプ:ig.excel.CellReferenceMode
例外
例外 説明 ig.ArgumentNullException ig.excel.InvalidEnumArgumentException ig.ArgumentException ig.InvalidOperationException 備考
-
getRegions
- .getRegions( address:string, cellReferenceMode:ig.excel.CellReferenceMode, originCell:ig.excel.WorksheetCell );
- 返却型:
- ig.excel.WorksheetRegion[]
- 返却型の説明:
- address
- タイプ:string
- cellReferenceMode
- タイプ:ig.excel.CellReferenceMode
- originCell
- タイプ:ig.excel.WorksheetCell
例外
例外 説明 ig.ArgumentNullException ig.excel.InvalidEnumArgumentException ig.ArgumentException ig.InvalidOperationException 備考
-
getRegions
- .getRegions( address:string, originCell:ig.excel.WorksheetCell );
- 返却型:
- ig.excel.WorksheetRegion[]
- 返却型の説明:
- address
- タイプ:string
- originCell
- タイプ:ig.excel.WorksheetCell
例外
例外 説明 ig.ArgumentNullException ig.ArgumentException ig.InvalidOperationException 備考
-
hasProtectionPassword
継承- .hasProtectionPassword( );
備考
-
hideColumns
- .hideColumns( [startIndex:number], [count:number] );
- startIndex
- タイプ:number
- オプション
- count
- タイプ:number
- オプション
例外
例外 説明 ig.ArgumentException ig.ArgumentException ig.ArgumentException -
hideRows
- .hideRows( [startIndex:number], [count:number] );
- startIndex
- タイプ:number
- オプション
- count
- タイプ:number
- オプション
例外
例外 説明 ig.ArgumentException ig.ArgumentException ig.ArgumentException -
hyperlinks
- .hyperlinks( );
- 返却型:
- ig.excel.WorksheetHyperlinkCollection
- 返却型の説明:
-
hyperlinks
- .hyperlinks( index:number );
- 返却型:
- ig.excel.WorksheetHyperlink
- 返却型の説明:
- index
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException -
index
- .index( );
- 返却型:
- number
- 返却型の説明:
備考
-
insertCells
- .insertCells( region:ig.excel.WorksheetRegion, shiftCellsRight:boolean );
- region
- タイプ:ig.excel.WorksheetRegion
- shiftCellsRight
- タイプ:boolean
例外
例外 説明 ig.InvalidOperationException ig.ArgumentNullException -
insertCells
- .insertCells( address:string, shiftCellsRight:boolean );
- address
- タイプ:string
- shiftCellsRight
- タイプ:boolean
例外
例外 説明 ig.InvalidOperationException ig.ArgumentException -
isProtected
継承- .isProtected( );
備考
-
mergedCellsRegions
- .mergedCellsRegions( );
- 返却型:
- ig.excel.WorksheetMergedCellsRegionCollection
- 返却型の説明:
備考
-
mergedCellsRegions
- .mergedCellsRegions( index:number );
- 返却型:
- ig.excel.WorksheetMergedCellsRegion
- 返却型の説明:
- index
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException -
moveToIndex
- .moveToIndex( index:number );
- index
- タイプ:number
例外
例外 説明 ig.InvalidOperationException ig.ArgumentOutOfRangeException -
moveToSheetIndex
継承- .moveToSheetIndex( index:number );
- index
- タイプ:number
例外
例外 説明 ig.InvalidOperationException ig.ArgumentOutOfRangeException -
name
継承- .name( );
- 返却型:
- string
- 返却型の説明:
例外
例外 説明 ig.ArgumentNullException ig.ArgumentException ig.ArgumentException ig.ArgumentException 備考
-
name
継承- .name( value:string );
- 返却型:
- string
- 返却型の説明:
- value
- タイプ:string
例外
例外 説明 ig.ArgumentNullException ig.ArgumentException ig.ArgumentException ig.ArgumentException 備考
-
printOptions
- .printOptions( );
- 返却型:
- ig.excel.PrintOptions
- 返却型の説明:
備考
-
protect
- .protect( [allowDeletingColumns:boolean], [allowDeletingRows:boolean], [allowEditObjects:boolean], [allowEditScenarios:boolean], [allowFiltering:boolean], [allowFormattingCells:boolean], [allowFormattingColumns:boolean], [allowFormattingRows:boolean], [allowInsertingColumns:boolean], [allowInsertingHyperlinks:boolean], [allowInsertingRows:boolean], [allowSorting:boolean], [allowUsingPivotTables:boolean] );
- allowDeletingColumns
- タイプ:boolean
- オプション
- allowDeletingRows
- タイプ:boolean
- オプション
- allowEditObjects
- タイプ:boolean
- オプション
- allowEditScenarios
- タイプ:boolean
- オプション
- allowFiltering
- タイプ:boolean
- オプション
- allowFormattingCells
- タイプ:boolean
- オプション
- allowFormattingColumns
- タイプ:boolean
- オプション
- allowFormattingRows
- タイプ:boolean
- オプション
- allowInsertingColumns
- タイプ:boolean
- オプション
- allowInsertingHyperlinks
- タイプ:boolean
- オプション
- allowInsertingRows
- タイプ:boolean
- オプション
- allowSorting
- タイプ:boolean
- オプション
- allowUsingPivotTables
- タイプ:boolean
- オプション
備考
-
protection
- .protection( );
- 返却型:
- ig.excel.WorksheetProtection
- 返却型の説明:
-
rows
- .rows( );
- 返却型:
- ig.excel.WorksheetRowCollection
- 返却型の説明:
備考
-
rows
- .rows( index:number );
- 返却型:
- ig.excel.WorksheetRow
- 返却型の説明:
- index
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException ig.InvalidOperationException 備考
-
selected
継承- .selected( );
- 返却型:
- boolean
- 返却型の説明:
備考
-
setDefaultColumnWidth
- .setDefaultColumnWidth( value:number, units:ig.excel.WorksheetColumnWidthUnit );
- value
- タイプ:number
- units
- タイプ:ig.excel.WorksheetColumnWidthUnit
例外
例外 説明 ig.ArgumentException ig.excel.InvalidEnumArgumentException -
shapes
- .shapes( );
- 返却型:
- ig.excel.WorksheetShapeCollection
- 返却型の説明:
-
shapes
- .shapes( index:number );
- 返却型:
- ig.excel.WorksheetShape
- 返却型の説明:
- index
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException -
sheetIndex
継承- .sheetIndex( );
- 返却型:
- number
- 返却型の説明:
備考
-
sortSettings
- .sortSettings( );
- 返却型:
- ig.excel.WorksheetSortSettings
- 返却型の説明:
-
sparklineGroups
- .sparklineGroups( );
- 返却型:
- ig.excel.SparklineGroupCollection
- 返却型の説明:
-
sparklineGroups
- .sparklineGroups( index:number );
- 返却型:
- ig.excel.SparklineGroup
- 返却型の説明:
- index
- タイプ:number
例外
例外 説明 ig.IndexOutOfRangeException -
tabColorInfo
継承- .tabColorInfo( );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
備考
-
tabColorInfo
継承- .tabColorInfo( value:ig.excel.WorkbookColorInfo );
- 返却型:
- ig.excel.WorkbookColorInfo
- 返却型の説明:
- value
- タイプ:ig.excel.WorkbookColorInfo
備考
-
tables
- .tables( );
- 返却型:
- ig.excel.WorksheetTableCollection
- 返却型の説明:
-
tables
- .tables( index:number );
- 返却型:
- ig.excel.WorksheetTable
- 返却型の説明:
- index
- タイプ:number
例外
例外 説明 ig.ArgumentOutOfRangeException -
tables
- .tables( name:string );
- 返却型:
- ig.excel.WorksheetTable
- 返却型の説明:
- name
- タイプ:string
例外
例外 説明 ig.InvalidOperationException 備考
-
type
- .type( );
- 返却型:
- ig.excel.SheetType
- 返却型の説明:
関連項目
-
unhideColumns
- .unhideColumns( [startIndex:number], [count:number] );
- startIndex
- タイプ:number
- オプション
- count
- タイプ:number
- オプション
例外
例外 説明 ig.ArgumentException ig.ArgumentException ig.ArgumentException -
unhideRows
- .unhideRows( [startIndex:number], [count:number] );
- startIndex
- タイプ:number
- オプション
- count
- タイプ:number
- オプション
例外
例外 説明 ig.ArgumentException ig.ArgumentException ig.ArgumentException -
unprotect
継承- .unprotect( );
-
workbook
継承- .workbook( );
- 返却型:
- ig.excel.Workbook
- 返却型の説明:
関連項目