Namespace: Spire.Xls.Core.Interfaces
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 IInternalAddtionalFormat : IExtendedFormat, 
	IExcelApplication
Public Interface IInternalAddtionalFormat
	Inherits IExtendedFormat, IExcelApplication
public interface class IInternalAddtionalFormat : IExtendedFormat, 
	IExcelApplication
type IInternalAddtionalFormat =  
    interface
        interface IExtendedFormat
        interface IExcelApplication
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BeginUpdate()()()()
Borders (Inherited from IExtendedFormat.)
BottomBorderColor
BottomBorderLineStyle
Color (Inherited from IExtendedFormat.)
DiagonalBorderColor
DiagonalDownBorderLineStyle
DiagonalDownVisible
DiagonalUpBorderLineStyle
DiagonalUpVisible
EndUpdate()()()()
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.)
IsFirstSymbolApostrophe (Inherited from IExtendedFormat.)
IsModified (Inherited from IExtendedFormat.)
JustifyLast (Inherited from IExtendedFormat.)
KnownColor (Inherited from IExtendedFormat.)
LeftBorderColor
LeftBorderLineStyle
Locked (Inherited from IExtendedFormat.)
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.)
RightBorderColor
RightBorderLineStyle
Rotation (Inherited from IExtendedFormat.)
SetThemeColor(ThemeColorType, Double) (Inherited from IExtendedFormat.)
ShrinkToFit (Inherited from IExtendedFormat.)
TopBorderColor
TopBorderLineStyle
VerticalAlignment (Inherited from IExtendedFormat.)
Workbook
WrapText (Inherited from IExtendedFormat.)

See Also