Borders 接口

定义

表示 或 Style 对象的四个边框的四个Range对象的集合Border

public interface class Borders : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020855-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Borders : System.Collections.IEnumerable
Public Interface Borders
Implements IEnumerable
属性
实现

注解

使用 RangeStyle 对象的 Borders 属性可返回 Borders 集合,该集合包含所有四个边框。

使用 Borders (index) (其中 index 标识边框)返回单个 Border 对象。

Index 可以是以下 XlBordersIndex 常量之一: xlDiagonalDownxlDiagonalUpxlEdgeBottomxlEdgeLeftxlEdgeRightxlEdgeTopxlInsideHorizontalxlInsideVertical

属性

_Default[XlBordersIndex]

仅供内部使用。

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。

Color

返回或设置范围的所有四个边框的主色。 如果它们不是全部相同的颜色,则返回 0 (零) 。

ColorIndex

返回或设置所有四个边框的颜色。 如果所有四个边框的颜色不同,则返回 Null

Count

返回集合中对象的数目。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。

Item[XlBordersIndex]

返回一个 Border 对象,该对象代表单元格区域或样式的边框之一。

LineStyle

返回或设置边框的线条样式。

Parent

返回指定对象的父对象。

ThemeColor

返回或设置已应用的配色方案中的主题颜色,该配色方案与指定对象相关联。 读取/写入 对象

TintAndShade

返回或设置一个 Single,使颜色变深或变浅。

Value

返回或设置边框的线条样式。

Weight

返回或设置边框的粗细。

方法

GetEnumerator()

表示 或 Style 对象的四个边框的四个Range对象的集合Border

适用于