BordersCollectionArrayWrapper Constructor
 | 
Creates instances for specified range.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public BordersCollectionArrayWrapper(
	IXLSRange range
)
 
Public Sub New ( 
	range As IXLSRange
)
 
public:
BordersCollectionArrayWrapper(
	IXLSRange^ range
)
 
new : 
range : IXLSRange -> BordersCollectionArrayWrapper
 
 
 
Parameters
- 
range
 
- 
Type:
Spire.Xls.Core
IXLSRange
Range for which instance must be created.
 
 
See Also