![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.CellArea
com.aspose.cells.Range
public class Range
Reprents a range in a worksheet.
Method Summary | |
---|---|
Cell |
getCell(int rowIndex,
int columnIndex)
Gets Cell object in this range. |
Cell[][] |
getCells()
Gets all cells in the range. |
Worksheet |
getWorksheet()
Gets the worksheet which contians this range . |
void |
setOutlineBorder(int borderLineType,
Color borderColor)
Sets outline border for this range. |
Methods inherited from class com.aspose.cells.CellArea |
---|
equals, getEndColumn, getEndRow, getStartColumn, getStartRow, isValid, setEndColumn, setEndRow, setStartColumn, setStartRow, toString |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public Worksheet getWorksheet()
public Cell getCell(int rowIndex, int columnIndex)
rowIndex
- row index in this range, zero based.columnIndex
- column index in this range, zero based.
java.lang.IllegalArgumentException
- if row or column index is out of range.public Cell[][] getCells()
public void setOutlineBorder(int borderLineType, Color borderColor)
borderLineType
- line type of border. see BorderLineType
borderColor
- color of border
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |