Click or drag to resize

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; }

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