[]
Represents a collection of four IBorder objects that represent the four borders of an IRange or IStyle object.
public interface IBorders
Color Color { get; set; }
Gets or sets the color of all four borders.
int ColorIndex { get; set; }
Returns the number of objects in the collection.
int Count { get; }
Returns the IBorder object from a collection.
IBorder this[BordersIndex index] { get; }
index
BordersIndexSpecifies the position of an element in the collection.
Gets or sets the line style for the border.
BorderLineStyle LineStyle { get; set; }
Gets or sets the theme color in the applied color scheme that is associated with the specified object. The ThemeColor value is read or write.
ThemeColor ThemeColor { get; set; }
Gets or sets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.
double TintAndShade { get; set; }
Clear the borders.
void Clear()