Item

TableStyleCollection indexer (1 of 2)

通过索引获取表格样式。

public TableStyle this[int index] { get; }
范围描述
index表格样式在列表中的位置。

返回值

表格样式对象。

也可以看看


TableStyleCollection indexer (2 of 2)

通过名称获取表格样式。

public TableStyle this[string name] { get; }
范围描述
name表格样式名称。

返回值

表格样式对象。

也可以看看