IDataTable

IDataTable 接口

表示数据表属性。

public interface IDataTable : IFormattedTextContainer

属性

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

参见