Namespace: Spire.Xls
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 CellStyle : CellStyleObject
Public Class CellStyle
	Inherits CellStyleObject
public ref class CellStyle : public CellStyleObject
type CellStyle =  
    class
        inherit CellStyleObject
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BeginUpdate()()()() (Inherited from CellStyleObject.)
Borders
BuiltIn (Inherited from CellStyleObject.)
clone()()()()
clone(Workbook)
Color (Inherited from CellStyleObject.)
EndUpdate()()()() (Inherited from CellStyleObject.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FillPattern (Inherited from CellStyleObject.)
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
FormulaHidden (Inherited from CellStyleObject.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetThemeColor(ThemeColorType%, Double%) (Inherited from CellStyleObject.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
HorizontalAlignment (Inherited from CellStyleObject.)
IncludeAlignment (Inherited from CellStyleObject.)
IncludeBorder (Inherited from CellStyleObject.)
IncludeFont (Inherited from CellStyleObject.)
IncludeNumberFormat (Inherited from CellStyleObject.)
IncludePatterns (Inherited from CellStyleObject.)
IncludeProtection (Inherited from CellStyleObject.)
IndentLevel (Inherited from CellStyleObject.)
Interior
IsFirstSymbolApostrophe (Inherited from CellStyleObject.)
IsInitialized (Inherited from CellStyleObject.)
IsModified (Inherited from CellStyleObject.)
JustifyLast (Inherited from CellStyleObject.)
KnownColor (Inherited from CellStyleObject.)
Locked (Inherited from CellStyleObject.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name (Inherited from CellStyleObject.)
NumberFormat (Inherited from CellStyleObject.)
NumberFormatIndex (Inherited from CellStyleObject.)
NumberFormatLocal (Inherited from CellStyleObject.)
NumberFormatSettings (Inherited from CellStyleObject.)
Parent (Inherited from CellStyleObject.)
PatternColor (Inherited from CellStyleObject.)
PatternKnownColor (Inherited from CellStyleObject.)
ReadingOrder (Inherited from CellStyleObject.)
Rotation (Inherited from CellStyleObject.)
SetThemeColor(ThemeColorType, Double) (Inherited from CellStyleObject.)
ShrinkToFit (Inherited from CellStyleObject.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VerticalAlignment (Inherited from CellStyleObject.)
WrapText (Inherited from CellStyleObject.)

Inheritance Hierarchy

System..::..Object
  Spire.Xls..::..CellStyleObject
    Spire.Xls..::..CellStyle

See Also