public interface Row extends MDWEObject, EModelElement
The following features are supported:
ExcelPackage.getRow()
Modifier and Type | Method and Description |
---|---|
Cell[] |
addBlankCells(int number)
Adds new empty cells at the right of the last known cell for this row.
|
Cell |
addCell(String value)
Adds a new cell with the specified value at the right of the last known cell for this row.
|
Cell[] |
addCells(String[] values)
Adds new cells with the specified values at the right of the last known cell for this row.
|
MDWEList<Cell> |
getCells()
Returns the value of the 'Cells' containment reference list.
|
float |
getHeight()
Returns the value of the 'Height' attribute.
|
int |
getRowIndex()
Returns the value of the 'Row Index' attribute.
|
Sheet |
getSheet()
Returns the value of the 'Sheet' container reference.
|
void |
setHeight(float value)
Sets the value of the '
Height ' attribute. |
void |
setSheet(Sheet value)
Sets the value of the '
Sheet ' container reference. |
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
int getRowIndex()
"-1"
.
ExcelPackage.getRow_RowIndex()
MDWEList<Cell> getCells()
Cell
.
It is bidirectional and its opposite is 'Row
'.
ExcelPackage.getRow_Cells()
,
Cell.getRow()
Sheet getSheet()
Rows
'.
setSheet(Sheet)
,
ExcelPackage.getRow_Sheet()
,
Sheet.getRows()
void setSheet(Sheet value)
Sheet
' container reference.
value
- the new value of the 'Sheet' container reference.getSheet()
float getHeight()
setHeight(float)
,
ExcelPackage.getRow_Height()
void setHeight(float value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()
Cell addCell(String value)
value
- the value of the new cell.Cell[] addCells(String[] values)
values
- the values of each cell to create.Cell[] addBlankCells(int number)
number
- the number of empty cells to create.