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 IStyle : IExtendedFormat, IExcelApplication, 
	IOptimizedUpdate
Public Interface IStyle
	Inherits IExtendedFormat, IExcelApplication, IOptimizedUpdate
public interface class IStyle : IExtendedFormat, 
	IExcelApplication, IOptimizedUpdate
type IStyle =  
    interface
        interface IExtendedFormat
        interface IExcelApplication
        interface IOptimizedUpdate
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BeginUpdate()()()() (Inherited from IOptimizedUpdate.)
Borders (Inherited from IExtendedFormat.)
BuiltIn
Color (Inherited from IExtendedFormat.)
EndUpdate()()()() (Inherited from IOptimizedUpdate.)
FillPattern (Inherited from IExtendedFormat.)
Font (Inherited from IExtendedFormat.)
FormulaHidden (Inherited from IExtendedFormat.)
GetThemeColor(ThemeColorType%, Double%) (Inherited from IExtendedFormat.)
HorizontalAlignment (Inherited from IExtendedFormat.)
IncludeAlignment (Inherited from IExtendedFormat.)
IncludeBorder (Inherited from IExtendedFormat.)
IncludeFont (Inherited from IExtendedFormat.)
IncludeNumberFormat (Inherited from IExtendedFormat.)
IncludePatterns (Inherited from IExtendedFormat.)
IncludeProtection (Inherited from IExtendedFormat.)
IndentLevel (Inherited from IExtendedFormat.)
Interior
IsFirstSymbolApostrophe (Inherited from IExtendedFormat.)
IsInitialized
IsModified (Inherited from IExtendedFormat.)
JustifyLast (Inherited from IExtendedFormat.)
KnownColor (Inherited from IExtendedFormat.)
Locked (Inherited from IExtendedFormat.)
Name
NumberFormat (Inherited from IExtendedFormat.)
NumberFormatIndex (Inherited from IExtendedFormat.)
NumberFormatLocal (Inherited from IExtendedFormat.)
NumberFormatSettings (Inherited from IExtendedFormat.)
Parent (Inherited from IExcelApplication.)
PatternColor (Inherited from IExtendedFormat.)
PatternKnownColor (Inherited from IExtendedFormat.)
ReadingOrder (Inherited from IExtendedFormat.)
Rotation (Inherited from IExtendedFormat.)
SetThemeColor(ThemeColorType, Double) (Inherited from IExtendedFormat.)
ShrinkToFit (Inherited from IExtendedFormat.)
VerticalAlignment (Inherited from IExtendedFormat.)
WrapText (Inherited from IExtendedFormat.)

See Also