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 CellBaseStyle : AddtionalFormatWrapper, 
	IStyle, IExtendedFormat, IExcelApplication, IOptimizedUpdate
Public Class CellBaseStyle
	Inherits AddtionalFormatWrapper
	Implements IStyle, IExtendedFormat, IExcelApplication, IOptimizedUpdate
public ref class CellBaseStyle : public AddtionalFormatWrapper, 
	IStyle, IExtendedFormat, IExcelApplication, IOptimizedUpdate
type CellBaseStyle =  
    class
        inherit AddtionalFormatWrapper
        interface IStyle
        interface IExtendedFormat
        interface IExcelApplication
        interface IOptimizedUpdate
    end

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CellBaseStyle(XlsRange)
Initializes a new instance of the CellBaseStyle class
BackgroundColor (Inherited from AddtionalFormatWrapper.)
BackgroundKnownColor (Inherited from AddtionalFormatWrapper.)
BeginCallsCount (Inherited from CommonWrapper.)
BeginUpdate()()()() (Overrides AddtionalFormatWrapper..::..BeginUpdate()()()().)
Borders (Inherited from AddtionalFormatWrapper.)
BottomBorderColor (Inherited from AddtionalFormatWrapper.)
BottomBorderLineStyle (Inherited from AddtionalFormatWrapper.)
BuiltIn (Inherited from AddtionalFormatWrapper.)
Clone(Object) (Inherited from AddtionalFormatWrapper.)
Color (Inherited from AddtionalFormatWrapper.)
DiagonalBorderColor (Inherited from AddtionalFormatWrapper.)
DiagonalDownBorderLineStyle (Inherited from AddtionalFormatWrapper.)
DiagonalDownVisible (Inherited from AddtionalFormatWrapper.)
DiagonalUpBorderLineStyle (Inherited from AddtionalFormatWrapper.)
DiagonalUpVisible (Inherited from AddtionalFormatWrapper.)
EndUpdate()()()() (Overrides AddtionalFormatWrapper..::..EndUpdate()()()().)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExtendedFormatIndex (Inherited from AddtionalFormatWrapper.)
FillPattern (Inherited from AddtionalFormatWrapper.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Font (Inherited from AddtionalFormatWrapper.)
ForegroundColor (Inherited from AddtionalFormatWrapper.)
ForegroundKnownColor (Inherited from AddtionalFormatWrapper.)
FormulaHidden (Inherited from AddtionalFormatWrapper.)
GetBackgroundThemeColor(ThemeColorType%, Double%) (Inherited from AddtionalFormatWrapper.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetThemeColor(ThemeColorType%, Double%) (Inherited from AddtionalFormatWrapper.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HorizontalAlignment (Inherited from AddtionalFormatWrapper.)
IncludeAlignment (Inherited from AddtionalFormatWrapper.)
IncludeBorder (Inherited from AddtionalFormatWrapper.)
IncludeFont (Inherited from AddtionalFormatWrapper.)
IncludeNumberFormat (Inherited from AddtionalFormatWrapper.)
IncludePatterns (Inherited from AddtionalFormatWrapper.)
IncludeProtection (Inherited from AddtionalFormatWrapper.)
IndentLevel (Inherited from AddtionalFormatWrapper.)
Interior (Inherited from AddtionalFormatWrapper.)
IsFirstSymbolApostrophe (Inherited from AddtionalFormatWrapper.)
IsInitialized (Inherited from AddtionalFormatWrapper.)
IsModified (Inherited from AddtionalFormatWrapper.)
JustifyLast (Inherited from AddtionalFormatWrapper.)
KnownColor (Inherited from AddtionalFormatWrapper.)
LeftBorderColor (Inherited from AddtionalFormatWrapper.)
LeftBorderLineStyle (Inherited from AddtionalFormatWrapper.)
Locked (Inherited from AddtionalFormatWrapper.)
m_book (Inherited from AddtionalFormatWrapper.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name (Inherited from AddtionalFormatWrapper.)
NumberFormat (Inherited from AddtionalFormatWrapper.)
NumberFormatIndex (Inherited from AddtionalFormatWrapper.)
NumberFormatLocal (Inherited from AddtionalFormatWrapper.)
NumberFormatSettings (Inherited from AddtionalFormatWrapper.)
Parent (Inherited from AddtionalFormatWrapper.)
PatternColor (Inherited from AddtionalFormatWrapper.)
PatternKnownColor (Inherited from AddtionalFormatWrapper.)
ReadingOrder (Inherited from AddtionalFormatWrapper.)
RightBorderColor (Inherited from AddtionalFormatWrapper.)
RightBorderLineStyle (Inherited from AddtionalFormatWrapper.)
Rotation (Inherited from AddtionalFormatWrapper.)
SetBackgroundThemeColor(ThemeColorType, Int32) (Inherited from AddtionalFormatWrapper.)
SetThemeColor(ThemeColorType, Double) (Inherited from AddtionalFormatWrapper.)
ShrinkToFit (Inherited from AddtionalFormatWrapper.)
TopBorderColor (Inherited from AddtionalFormatWrapper.)
TopBorderLineStyle (Inherited from AddtionalFormatWrapper.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VerticalAlignment (Inherited from AddtionalFormatWrapper.)
Workbook (Inherited from AddtionalFormatWrapper.)
WrapText (Inherited from AddtionalFormatWrapper.)

Inheritance Hierarchy

See Also