com.stimulsoft.report.options
Class ExportOptions.ExcelXml
java.lang.Object
com.stimulsoft.report.options.ExportOptions.ExcelXml
- Enclosing class:
- ExportOptions
public static final class ExportOptions.ExcelXml
- extends java.lang.Object
Class for adjustment of the ExcelXml export of a report.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportOptions.ExcelXml
public ExportOptions.ExcelXml()
getDivideBigCells
public static boolean getDivideBigCells()
- When exporting big cells will be divided into small cells.
setDivideBigCells
public static void setDivideBigCells(boolean value)
getAllowFreezePanes
public static boolean getAllowFreezePanes()
- Gets or sets a value indicating whether it is necessary to use the "Freeze panes" feature
of Excel.
setAllowFreezePanes
public static void setAllowFreezePanes(boolean value)