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

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Color
Count
GetEnumerator()()()()
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Item[([( BordersLineType])])
KnownColor
LineStyle
Parent (Inherited from IExcelApplication.)
Value

See Also