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 abstract class XlsWorksheetBase : XlsObject, 
	INamedObject, ITabSheet, IExcelApplication, ICloneParent
Public MustInherit Class XlsWorksheetBase
	Inherits XlsObject
	Implements INamedObject, ITabSheet, IExcelApplication, ICloneParent
public ref class XlsWorksheetBase abstract : public XlsObject, 
	INamedObject, ITabSheet, IExcelApplication, ICloneParent
[<AbstractClassAttribute>]
type XlsWorksheetBase =  
    class
        inherit XlsObject
        interface INamedObject
        interface ITabSheet
        interface IExcelApplication
        interface ICloneParent
    end

Members

            
 All Members  Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Activate()()()()
AddReference()()()() (Inherited from XlsObject.)
AddTextEffectShape(PresetTextEffect, String, Int32, Int32, Int32, Int32, Int32, Int32)
ArcShapes
ButtonShapes
Charts
CheckBoxes
CheckDisposed()()()() (Inherited from XlsObject.)
Clone(Object) Obsolete.
CodeName
ComboBoxes
Comments
DEF_MIN_COLUMN_INDEX
DefaultGridlineColor
Dispose()()()() (Inherited from XlsObject.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()() (Inherited from XlsObject.)
FindParent(Type) (Inherited from XlsObject.)
FindParent(array<Type>[]()[][]) (Inherited from XlsObject.)
FindParent(Type, Boolean) (Inherited from XlsObject.)
FindParents(array<Type>[]()[][]) (Inherited from XlsObject.)
FirstColumn
FirstRow
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
GridLineColor
GroupBoxes
HasPictures
HasVmlShapes
HeaderFooterShapes
Index
InitializeCollections()()()()
IsPasswordProtected
IsRightToLeft
IsRowColHeadersVisible
IsSelected
IsTransitionEvaluation
LabelShapes
LastColumn
LastRow
LeftVisibleColumn
Lines
ListBoxes
m_bIsDisposed (Inherited from XlsObject.)
m_book
m_iFirstColumn
m_iFirstRow
m_iLastColumn
m_iLastRow
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
OnDispose()()()() (Inherited from XlsObject.)
OvalShapes
Parent (Inherited from XlsObject.)
ParentWorkbook
Pictures
Protect(String)
Protect(String, SheetProtectionType)
ProtectContents
ProtectDrawingObjects
Protection
ProtectScenarios
PrstGeomShapes
QueryTables
RadioButtons
RealIndex
RectangleShapes
ReferenceCount (Inherited from XlsObject.)
ReleaseReference()()()() (Inherited from XlsObject.)
ScrollBarShapes
Select()()()()
SelectTab()()()()
SetChanged()()()()
SetParent(Object) (Inherited from XlsObject.)
Shapes
SheetId
SpinnerShapes
TabColor
TabColorObject
TabKnownColor
TextBoxes
TopVisibleRow
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
TypedArcs
TypedButtons
TypedCheckBoxes
TypedComboBoxes
TypedGroupBoxes
TypedLabels
TypedLines
TypedListBoxes
TypedOvals
TypedPictures
TypedRadioButtons
TypedRects
TypedScollBars
TypedSpinners
TypedTextBoxes
UnknownVmlShapes
Unprotect()()()()
Unprotect(String)
Unselect()()()()
Unselect(Boolean)
Visibility
VmlShapesCount
Workbook
Zoom

Inheritance Hierarchy

See Also