[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyleCollection.Item

this Property

this[string]

获取具有指定名称的GrapeCity.Documents.Excel.TableStyle

Declaration
ITableStyle this[string name] { get; }
Parameters
Type Name Description
string name

名称。

Property Value
Type Description
ITableStyle

GrapeCity.Documents.Excel.TableStyle

this[int]

获取具有指定名称的GrapeCity.Documents.Excel.TableStyle

Declaration
ITableStyle this[int index] { get; }
Parameters
Type Name Description
int index
Property Value
Type Description
ITableStyle

GrapeCity.Documents.Excel.TableStyle