ig.spreadsheet.SpreadsheetCell
Represents a single cell in the Spreadsheet
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.ext_web.js
infragistics.xml.js
infragistics.dv_interactivity.js
infragistics.dv_core.js
infragistics.documents.core_core.js
infragistics.documents.core_openxml.js
infragistics.dv_jquerydom.js
infragistics.excel_core.js
infragistics.ext_ui.js
infragistics.undo.js
The current widget has no options.
The current widget has no events.
-
ig.spreadsheet.SpreadsheetCell
Constructor- new $.ig.spreadsheet.SpreadsheetCell( row:number, column:number );
Initializes a new SpreadsheetCell
- row
- Type:number
- The index of the row.
- column
- Type:number
- The index of the column.
-
ig.spreadsheet.SpreadsheetCell
Constructor- new $.ig.spreadsheet.SpreadsheetCell( address:string );
Initializes a new SpreadsheetCell with the specified A1 style cell address
- address
- Type:string
- The address of the cell using the A1 cell reference mode.
-
ig.spreadsheet.SpreadsheetCell
Constructor- new $.ig.spreadsheet.SpreadsheetCell( );
-
column
- .column( );
Returns the index of the column.
-
equals
- .equals( other:ig.spreadsheet.SpreadsheetCell );
- Return Type:
- boolean
- Return Type Description:
- True if the specified SheetCell has the same SpreadsheetCell.row and SpreadsheetCell.column; otherwise false.
Compares the value of this SheetCell instance to the specified SpreadsheetCell.
- other
- Type:ig.spreadsheet.SpreadsheetCell
- The instance of the SpreadsheetCell to compare
-
equals
- .equals( obj:object );
- Return Type:
- boolean
- Return Type Description:
- True if the object is a SheetCell with the same SpreadsheetCell.row and SpreadsheetCell.column.
Compares the specified SpreadsheetCell to this instance's values.
- obj
- Type:object
- The object to compare to the current instance
-
getHashCode
- .getHashCode( );
- Return Type:
- number
- Return Type Description:
- A hash value for the SheetCell
Returns a hash value for the SpreadsheetCell
-
l_op_Equality
- .l_op_Equality( d1:ig.spreadsheet.SpreadsheetCell, d2:ig.spreadsheet.SpreadsheetCell );
- d1
- Type:ig.spreadsheet.SpreadsheetCell
- d2
- Type:ig.spreadsheet.SpreadsheetCell
-
l_op_Equality_Lifted
- .l_op_Equality_Lifted( d1:ig.spreadsheet.SpreadsheetCell, d2:ig.spreadsheet.SpreadsheetCell );
- d1
- Type:ig.spreadsheet.SpreadsheetCell
- d2
- Type:ig.spreadsheet.SpreadsheetCell
-
l_op_Inequality
- .l_op_Inequality( d1:ig.spreadsheet.SpreadsheetCell, d2:ig.spreadsheet.SpreadsheetCell );
- d1
- Type:ig.spreadsheet.SpreadsheetCell
- d2
- Type:ig.spreadsheet.SpreadsheetCell
-
l_op_Inequality_Lifted
- .l_op_Inequality_Lifted( d1:ig.spreadsheet.SpreadsheetCell, d2:ig.spreadsheet.SpreadsheetCell );
- d1
- Type:ig.spreadsheet.SpreadsheetCell
- d2
- Type:ig.spreadsheet.SpreadsheetCell
-
op_Equality
- .op_Equality( d1:ig.spreadsheet.SpreadsheetCell, d2:ig.spreadsheet.SpreadsheetCell );
- Return Type:
- boolean
- Return Type Description:
- True if the objects have the same SpreadsheetCell.row and SpreadsheetCell.column; otherwise false.
Compares two SpreadsheetCell instances to determine if they are equal
- d1
- Type:ig.spreadsheet.SpreadsheetCell
- The first SheetCell instance
- d2
- Type:ig.spreadsheet.SpreadsheetCell
- The second SheetCell instance
-
op_Inequality
- .op_Inequality( d1:ig.spreadsheet.SpreadsheetCell, d2:ig.spreadsheet.SpreadsheetCell );
- Return Type:
- boolean
- Return Type Description:
- True if the objects have a different SpreadsheetCell.row and/or SpreadsheetCell.column; otherwise false.
Compares two SpreadsheetCell instances to determine if they are not equal
- d1
- Type:ig.spreadsheet.SpreadsheetCell
- The first SheetCell instance
- d2
- Type:ig.spreadsheet.SpreadsheetCell
- The second SheetCell instance
-
row
- .row( );
Returns the index of the row
-
toString
- .toString( );
- Return Type:
- string
- Return Type Description:
- A string representation row and column index.
Returns a string representation of the SpreadsheetCell