Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class XlsWorkbook : XlsObject, 
	IWorkbook, IExcelApplication
Public Class XlsWorkbook
	Inherits XlsObject
	Implements IWorkbook, IExcelApplication
public ref class XlsWorkbook : public XlsObject, 
	IWorkbook, IExcelApplication
type XlsWorkbook =  
    class
        inherit XlsObject
        interface IWorkbook
        interface IExcelApplication
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Activate()()()() Obsolete.
ActiveSheet
ActiveSheetIndex
AddFont(IFont)
AddInFunctions
AddReference()()()() (Inherited from XlsObject.)
Allow3DRangesInDataValidation
ArgumentsSeparator
Author
BuiltInDocumentProperties
Charts
Chartsheets
CheckDisposed()()()() (Inherited from XlsObject.)
Clone()()()() Obsolete.
Close()()()()
Close(Boolean)
Close(String)
Close(Boolean, String)
CodeName
ColorDistance(Color, Color)
ContainsFont(XlsFont)
ConvertUnits(Double, MeasureUnits, MeasureUnits)
CopyToClipboard()()()() Obsolete.
CopyToClipboard(XlsWorksheet)
CreateFont()()()()
CreateFont(Font)
CreateFont(IFont)
CreateFont(IFont, Boolean)
CreateTemplateMarkersProcessor()()()()
CurrentHeaderId
CurrentObjectId
CurrentShapeId
CustomDocumentProperties
DataConns
Date1904
DecodeName(String)
DEF_BAD_SHEET_NAME
DEF_COMENT_PARSE_COLOR
DEF_FIRST_USER_COLOR
DefaultXFIndex
DetectDateTimeInValue
DisableMacrosStart
DisplayedTab
DisplayWorkbookTabs
Dispose()()()()
Releases all resources used by the XlsWorkbook
(Overrides XlsObject..::..Dispose()()()().)
EncodeName(String)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExternalLinks
FileWidthToPixels(Double)
Finalize()()()() (Inherited from XlsObject.)
FindAll(Boolean)
FindAll(DateTime)
FindAll(TimeSpan)
FindAll(Double, FindType)
FindAll(String, FindType)
FindOne(Boolean)
FindOne(DateTime)
FindOne(TimeSpan)
FindOne(Double, FindType)
FindOne(String, FindType)
FindParent(Type) (Inherited from XlsObject.)
FindParent(array<Type>[]()[][]) (Inherited from XlsObject.)
FindParent(Type, Boolean) (Inherited from XlsObject.)
FindParents(array<Type>[]()[][]) (Inherited from XlsObject.)
FirstCharSize
FullFileName
GetBookIndex(Int32)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetMaxDigitWidth()()()()
GetNearestColor(Color)
GetNearestColor(Color, Int32)
GetNearestColor(Int32, Int32, Int32)
GetPaletteColor(ExcelColors)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HasDuplicatedNames
HasMacros
InitializeCollections()()()()
InnerAddInFunctions
InnerFonts
InnerGraphics
InnerPalette
InnerWorksheets
IsCellProtection
IsDisplayPrecision
IsExternalReference(Int32)
IsFormatted(Int32)
IsHScrollBarVisible
IsLoaded
IsRightToLeft
IsVScrollBarVisible
IsWindowProtection
Loading
m_bIsDisposed (Inherited from XlsObject.)
MaxColumnCount
MaxDigitWidth
MaxIndent
MaxRowCount
MaxXFCount
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Names
ObjectCount
Objects
OleSize
OnDispose()()()() (Inherited from XlsObject.)
Palette
Parent (Inherited from XlsObject.)
PasswordToOpen
Paste()()()()
PixelsToWidth(Double)
Protect(Boolean, Boolean)
Protect(Boolean, Boolean, String)
ReadOnly
ReadOnlyRecommended
ReferenceCount (Inherited from XlsObject.)
ReleaseReference()()()() (Inherited from XlsObject.)
Replace(String, DateTime)
Replace(String, Double)
Replace(String, String)
Replace(String, DataColumn, Boolean)
Replace(String, DataTable, Boolean)
Replace(String, array<Double>[]()[][], Boolean)
Replace(String, array<Int32>[]()[][], Boolean)
Replace(String, array<String>[]()[][], Boolean)
ResetPalette()()()()
RowSeparator
Save()()()()
SaveAs(Stream)
SaveAs(String)
SaveAs(Stream, ExcelSaveType)
SaveAs(Stream, String)
SaveAs(String, ExcelSaveType)
SaveAs(String, String)
SaveAs(String, HttpResponse) Obsolete.
SaveAs(Stream, ExcelSaveType, ExcelVersion)
SaveAs(String, ExcelSaveType, ExcelVersion)
SaveAs(String, ExcelSaveType, HttpResponse)
SaveAsEmfStream(Int32, Stream, Int32, Int32, Int32, Int32)
SaveAsHtml(String, HTMLOptions) Obsolete.
SaveAsImageOrXps(Stream, FileFormat)
SaveAsImageOrXps(String, FileFormat)
SaveAsImages(Single, Single)
SaveAsImages(Int32, Single, Single)
SaveAsImages(Int32, Int32, Int32, Int32, Int32, Single, Single)
SaveChartAsEmfImage(Worksheet, Int32, ConverterSetting, Stream)
SaveChartAsImage(ChartSheet, ConverterSetting)
SaveChartAsImage(Worksheet, ConverterSetting)
SaveChartAsImage(Worksheet, Int32, ConverterSetting)
Saved
SaveToPdf(Stream)
SaveToPdf(String)
SaveToXlsm(Stream)
SaveToXlsm(String)
Saving
SecondCharSize
SetActiveWorksheet(XlsWorksheetBase)
SetChanged()()()()
SetColorOrGetNearest(Color)
SetColorOrGetNearest(Int32, Int32, Int32)
SetMaxDigitWidth(Int32)
SetPaletteColor(Int32, Color)
SetParent(Object) (Inherited from XlsObject.)
SetSeparators(Char, Char)
SetWriteProtectionPassword(String)
SplitPageInfo(ConverterSetting)
StandardFont
StandardFontSize
StandardRowHeight
StandardRowHeightInPixels
Styles
TabSheets
ThrowOnUnknownNames
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Unprotect()()()()
Unprotect(String)
Version
WidthToFileWidth(Double)
Worksheets

Inheritance Hierarchy

System..::..Object
  Spire.Xls.Core.Spreadsheet..::..XlsObject
    Spire.Xls.Core.Spreadsheet..::..XlsWorkbook

See Also