[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITables

ITables Interface

表示工作表上所有ITable 对象的集合。每个ITable 对象代表工作表中的一个列表。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public interface ITables : IEnumerable

Properties

Name Description
Count

返回集合中的对象数量(只读)。

this[int]

获取指定索引处的ITable

this[string]

获取具有指定名称的ITable

Methods

Name Description
Add(IRange, bool)

创建一个包含指定单元格范围的表格,并返回新创建的对象。

FromJson(string)

从JSON字符串生成表格。

ToJson()

从表格生成字符串。