public interface CellRegion extends MDWEObject, EModelElement
The following features are supported:
ExcelPackage.getCellRegion()
Modifier and Type | Method and Description |
---|---|
Cell |
getFirstCell()
Returns the value of the 'First Cell' reference.
|
int |
getFirstColumn()
Returns the value of the 'First Column' attribute.
|
int |
getFirstRow()
Returns the value of the 'First Row' attribute.
|
int |
getLastColumn()
Returns the value of the 'Last Column' attribute.
|
int |
getLastRow()
Returns the value of the 'Last Row' attribute.
|
void |
setFirstColumn(int value)
Sets the value of the '
First Column ' attribute. |
void |
setFirstRow(int value)
Sets the value of the '
First Row ' attribute. |
void |
setLastColumn(int value)
Sets the value of the '
Last Column ' attribute. |
void |
setLastRow(int value)
Sets the value of the '
Last Row ' attribute. |
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 getFirstRow()
setFirstRow(int)
,
ExcelPackage.getCellRegion_FirstRow()
void setFirstRow(int value)
First Row
' attribute.
value
- the new value of the 'First Row' attribute.getFirstRow()
int getLastRow()
setLastRow(int)
,
ExcelPackage.getCellRegion_LastRow()
void setLastRow(int value)
Last Row
' attribute.
value
- the new value of the 'Last Row' attribute.getLastRow()
int getFirstColumn()
setFirstColumn(int)
,
ExcelPackage.getCellRegion_FirstColumn()
void setFirstColumn(int value)
First Column
' attribute.
value
- the new value of the 'First Column' attribute.getFirstColumn()
int getLastColumn()
setLastColumn(int)
,
ExcelPackage.getCellRegion_LastColumn()
void setLastColumn(int value)
Last Column
' attribute.
value
- the new value of the 'Last Column' attribute.getLastColumn()
Cell getFirstCell()
ExcelPackage.getCellRegion_FirstCell()