CellFormat

CellFormat class

表示表格单元格的格式。

public class CellFormat : PVIObject, ICellFormat

特性

姓名描述
AsIPresentationComponent { get; }允许获取基本 IPresentationComponent 接口。 只读IPresentationComponent
BorderBottom { get; }返回底部边框线属性对象。 只读ILineFormat
BorderDiagonalDown { get; }返回左上角到右下角的对角线属性对象。 只读ILineFormat
BorderDiagonalUp { get; }返回左下角到右上角的对角线属性对象。 只读ILineFormat
BorderLeft { get; }返回左边界线属性对象。 只读ILineFormat
BorderRight { get; }返回右边界线属性对象。 只读ILineFormat
BorderTop { get; }返回顶部边框线属性对象。 只读ILineFormat
FillFormat { get; }返回一个单元格填充属性对象。 只读IFillFormat

方法

姓名描述
override Equals(object)与指定对象比较。
GetEffective()获取有效的表格单元格格式属性,并应用了继承和表格样式。
override GetHashCode()返回哈希码。

也可以看看