SpreadsheetGear The Performance Spreadsheet Component Company 
IWorkbook Interface Properties
See Also 
SpreadsheetGear Namespace : IWorkbook Interface


For a list of all members of this type, see IWorkbook members.

Public Properties

 NameDescription
 PropertyActiveSheet Returns the active sheet.  
 PropertyActiveWorksheet Returns the active worksheet of the workbook, or null if the active sheet is not a worksheet.  
 PropertyColors Returns an instance of IColors which represents the color palette associated with a workbook.  
 PropertyDate1904 Returns true if dates are represented as the number of days since 1/1/1904, false if dates are represented as the number of days since 12/31/1899.  
 PropertyDisplayDrawingObjects Gets or sets the option which specifies how drawing objects are to be displayed.  
 PropertyFullName Gets or sets the full name (including the path) of the workbook.  
 PropertyName Returns the name (excluding the path) of the workbook.  
 PropertyNames Returns the collection of defined names in this workbook.  
 PropertyPrecisionAsDisplayed Gets or sets the property which determines whether numbers will be rounded to the precision of the number format.  
 PropertyProtectStructure Gets or sets the property which determines whether the structure (number and order of worksheets) of a workbook may be changed.  
 PropertyProtectWindows Gets or sets the property which determines whether the windows of a workbook are protected from changes.  
 PropertyReadOnlyRecommended Gets or sets the property which determines whether read-only mode will be recommended to the user when the workbook is opened.  
 PropertySaveLinkValues Gets or sets the property which determines whether externally referenced values will be saved with the workbook, enabling cells which refer to those values to be calculated without returning a #REF! error.  
 PropertySheets Returns an instance of ISheets which provides access to all sheets in this workbook.  
 PropertyWindowInfo Returns an instance of IWorkbookWindowInfo which represents workbook specific window options.  
 PropertyWorkbookSet Returns the parent IWorkbookSet of this workbook.  
 PropertyWorksheets Returns an instance of IWorksheets which provides access to the worksheets in this workbook.  
 PropertyWriteReserved Returns true if the workbook was saved with this option.  
 PropertyWriteReservedBy Returns the name of the user who saved the workbook with the write reserved option.  
Top

See Also