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

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
BackgroundMode
BeginUpdate()()()() (Inherited from IOptimizedUpdate.)
Color (Inherited from IFont.)
EndUpdate()()()() (Inherited from IOptimizedUpdate.)
FontName (Inherited from IFont.)
GenerateNativeFont()()()() (Inherited from IFont.)
GetThemeColor(ThemeColorType%, Double%) (Inherited from IFont.)
HasBorders
HasHorzBorder
HasVertBorder
IsAutoColor (Inherited from IFont.)
IsBold (Inherited from IFont.)
IsItalic (Inherited from IFont.)
IsStrikethrough (Inherited from IFont.)
IsSubscript (Inherited from IFont.)
IsSuperscript (Inherited from IFont.)
KnownColor (Inherited from IFont.)
Parent (Inherited from IExcelApplication.)
SetThemeColor(ThemeColorType, Double) (Inherited from IFont.)
ShowSeriesKeys
Size (Inherited from IFont.)
StrikethroughType (Inherited from IFont.)
Underline (Inherited from IFont.)
VerticalAlignment (Inherited from IFont.)

See Also