Initializes a new instance of the XlsBorderArrayWrapper class

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public XlsBorderArrayWrapper(
	IXLSRange range,
	BordersLineType index
)
Public Sub New ( 
	range As IXLSRange,
	index As BordersLineType
)
public:
XlsBorderArrayWrapper(
	IXLSRange^ range, 
	BordersLineType index
)
new : 
        range : IXLSRange * 
        index : BordersLineType -> XlsBorderArrayWrapper

Parameters

range
IXLSRange
index
BordersLineType

See Also