The ExcelWorkbook type exposes the following members.
Properties
Name | Description | |
---|---|---|
ActiveSheetIndex |
Gets or sets the active sheet index. The index is zero based. The property can be set with a non-negative value.
Returns a negative value when no sheet is active in the workbook.
| |
ChartWorksheets |
Gets the collection of chart worksheets of this workbook.
| |
Date1904 |
Gets a flag indicating if a workbook in Excel 97-2003 .xls format uses the 1904 date system.
The property does not apply to Excel 2007 .xlsx format.
| |
DefaultColumnWidthChars |
Gets default column width in characters for the newly created worksheets.
| |
DefaultFontName |
Gets or sets default font name for the newly created worksheets.
| |
DefaultFontSizePoints |
Gets or sets default font size in points for the newly created worksheets.
| |
DefaultRowHeightPoints |
Gets the default row height in points for the newly created worksheets.
| |
DocumentProperties |
Gets the object encpsulating the document properties like author, title, subject, etc.
| |
DocumentSecurity |
Gets an object used to manage the document security like workbook structure and windows protection,
workbook open/write password protection. Works only for Excel 2003 .xls format.
| |
Format |
Gets or sets the Excel workbook format (Excel 97-2003 .xls or Excel 2007 .xlsx). This property gives the output format
when the workbook is saved and controls the features allowed when the workbook is updated by the library.
When creating an empty workbook the format is Excel 97-2003. When the workbook is created
from an existing excel file or stream, the format is the format of the opened excel document.
| |
FormulaNumberFormat |
Gets or sets the number format in formula used when parsing formulas. Set this propery before assigning
a formula expression to a cell. The default value is the number format for the current culture.
| |
FormulaParamsSeparator |
Gets or sets the separator between formula parameters used when parsing formulas. Set this propery before assigning
a formula expression to a cell. The default value is ','.
| |
FormulaRowsSeparator |
Gets or sets the rows separator used when parsing arrays in formulas. Set this propery before assigning
a formula expression to a cell. The default value is ';'
| |
LicenseKey |
Gets or sets the license key for the library.
When this property is set to null value the library works in demo mode.
| |
NamedRanges |
Gets the named ranges collection of this workbook (Workbook scope named ranges).
| |
Palette |
Gets the colors palette of the workbook.
| |
ReadOnly |
Gets a value that indicates whether the workbook has been opened as read-only
| |
Styles |
Gets the cell styles collection of this workbook.
| |
UnitsConverter |
Gets an object used to convert values between various Excel measurement units (points, pixels, width characters)
| |
Worksheets |
Gets the worksheets collection of this workbook.
|
See Also