XlsBordersCollection
Item Property (BordersLineType)
|
Returns a Border object that represents one of the borders of either a
range of cells or a style. Read-only.
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