Borders
Item Property (Int32)
|
This indexer provides access to the border property based on the index.
Namespace:
Spire.Doc.Documents
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Border this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Border
Get
public:
property Border^ default[int index] {
Border^ get (int index);
}
member Item : Border with get
Parameters
-
index
-
Type:
System
Int32
The index of the border to retrieve.
Return Value
Type:
Border
The border object associated with the given index.
See Also