Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.cells
Class Column

java.lang.Object
  extended by com.aspose.cells.Column

public class Column
extends java.lang.Object

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

setStyle

public void setStyle(Style style)
Sets a style to the column.

Parameters:
style - style to set.
Throws:
ExcelException - if the worksheet has been removed from the workbook.

getStyle

public Style getStyle()
Gets the style setting for the column.

Returns:
style of the column.
Throws:
ExcelException - if the worksheet has been removed from the workbook.