[]
获取具有指定名称的GrapeCity.Documents.Excel.TableStyle 。
ITableStyle this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | 名称。 |
| Type | Description |
|---|---|
| ITableStyle | GrapeCity.Documents.Excel.TableStyle 。 |
获取具有指定名称的GrapeCity.Documents.Excel.TableStyle 。
ITableStyle this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index |
| Type | Description |
|---|---|
| ITableStyle | GrapeCity.Documents.Excel.TableStyle 。 |