[]
Represents a form for editing the export options used by an XlsExporter.
public class XlsOptionsForm : ComplexExporterOptionsForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
| Name | Description |
|---|---|
| m_chkDataOnly | |
| m_chkPagePerSheet | |
| m_grpDocContentType | |
| m_lblFontsSizeDelta | |
| m_lblTolerance | |
| m_numFontScaling | |
| m_numTolerance | |
| m_rbtnContentAuto | |
| m_rbtnContentTable | |
| m_rbtnContentText |
| Name | Description |
|---|---|
| BookContent | Gets or sets the prevailing type of content in the source document. |
| DataOnly | Gets or sets a value indicating whether only data should be exported. |
| FontScaling | Gets or sets the font scaling factor. |
| PagePerSheet | Gets or sets a value indicating whether each page of the source document should be exported as a separate sheet. |
| Tolerance | Gets or sets the tolerance. |
| Name | Description |
|---|---|
| Dispose(bool) | Clean up any resources being used. |
| ProcessPaginated() | Can be used to update controls depending on Paginated property. |