![]() |
||
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.Columns
public class Columns
Encapsulates a collection of Column objects.
Method Summary | |
---|---|
Column |
checkColumn(int columnIndex)
Gets a column object by its index. |
Column |
getColumn(int columnIndex)
Gets a column object by its index. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Column getColumn(int columnIndex)
columnIndex
- column index.
java.lang.IllegalArgumentException
- if column index is out of range.
CellsException
- if the worksheet has been removed from the workbook.public Column checkColumn(int columnIndex)
columnIndex
- column index.
java.lang.IllegalArgumentException
- if column index is out of range.
CellsException
- if the worksheet has been removed from the workbook.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |