IDataTable

IDataTable interface

表示数据表属性。

public interface IDataTable : IFormattedTextContainer

特性

姓名描述
AsIFormattedTextContainer { get; }允许获取基本 IFormattedTextContainer 接口。 只读IFormattedTextContainer
Format { get; }返回对象的线条、填充和效果样式。 只读IFormat
HasBorderHorizontal { get; set; }如果图表数据表具有水平单元格边框,则为真。 读/写Boolean。
HasBorderOutline { get; set; }如果图表数据表有轮廓边框,则为真。 读/写Boolean。
HasBorderVertical { get; set; }如果图表数据表具有垂直单元格边框,则为真。 读/写Boolean。
ShowLegendKey { get; set; }如果数据标签图例键可见,则为真。 读/写Boolean。

也可以看看