borders method

This method returns a Border object that represents a border of the range.

Defined in

Range

Syntax

public Border borders(int positon) throws SymphonyException

Parameters

int positon

Specifies the position of the border and can be a border type constant.

Return Value

border

A Border object that represents a border.

Usage

If the border type is invalid, this method throws an exception.

See examples

Example: borders method