[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IScenarios.Item

this Property

this[int]

通过索引获取方案。

Declaration
IScenario this[int index] { get; }
Parameters
Type Name Description
int index

索引。

this[string]

通过名称获取方案。

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

方案的名称。