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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface IWorkbook : IExcelApplication
Public Interface IWorkbook
	Inherits IExcelApplication
public interface class IWorkbook : IExcelApplication
type IWorkbook =  
    interface
        interface IExcelApplication
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Activate()()()()
ActiveSheet
ActiveSheetIndex
AddFont(IFont)
AddInFunctions
Allow3DRangesInDataValidation
ArgumentsSeparator
Author
BuiltInDocumentProperties
Charts
Clone()()()()
Close()()()()
Close(Boolean)
Close(String)
Close(Boolean, String)
CodeName
CopyToClipboard()()()()
CreateFont()()()()
CreateFont(Font)
CreateFont(IFont)
CreateTemplateMarkersProcessor()()()()
CustomDocumentProperties
Date1904
DetectDateTimeInValue
DisableMacrosStart
DisplayedTab
DisplayWorkbookTabs
FindAll(Boolean)
FindAll(DateTime)
FindAll(TimeSpan)
FindAll(Double, FindType)
FindAll(String, FindType)
FindOne(Boolean)
FindOne(DateTime)
FindOne(TimeSpan)
FindOne(Double, FindType)
FindOne(String, FindType)
GetNearestColor(Color)
GetNearestColor(Int32, Int32, Int32)
GetPaletteColor(ExcelColors)
HasMacros
IsCellProtection
IsDisplayPrecision
IsHScrollBarVisible
IsRightToLeft
IsVScrollBarVisible
IsWindowProtection
MaxColumnCount
MaxRowCount
Names
Palette
Parent (Inherited from IExcelApplication.)
PasswordToOpen
PivotCaches
Protect(Boolean, Boolean)
ReadOnly
ReadOnlyRecommended
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)
SaveAs(String, ExcelSaveType, HttpResponse)
SaveAsHtml(String, HTMLOptions)
Saved
SetColorOrGetNearest(Color)
SetColorOrGetNearest(Int32, Int32, Int32)
SetPaletteColor(Int32, Color)
SetSeparators(Char, Char)
SetWriteProtectionPassword(String)
StandardFont
StandardFontSize
Styles
TabSheets
ThrowOnUnknownNames
Unprotect()()()()
Version
Worksheets

See Also