![]() |
||
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.Column
public class Column
Represents a single column in a worksheet.
Method Summary | |
---|---|
Style |
getStyle()
Gets the style setting for the column. |
void |
setStyle(Style style)
Sets a style to the column. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setStyle(Style style)
style
- style to set.
ExcelException
- if the worksheet has been removed from the workbook.public Style getStyle()
ExcelException
- 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 |