BordersCollectionArrayWrapper
Item Property (BordersLineType)
|
Returns a Border object that represents one of the borders of either a
range of cells or a style.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IBorder this[
BordersLineType Index
] { get; }
Public ReadOnly Default Property Item (
Index As BordersLineType
) As IBorder
Get
public:
virtual property IBorder^ default[BordersLineType Index] {
IBorder^ get (BordersLineType Index) sealed;
}
abstract Item : IBorder with get
override Item : IBorder with get
Parameters
-
Index
-
Type:
Spire.Xls
BordersLineType
Property Value
Type:
IBorder
Implements
IBorders
Item
BordersLineType
See Also