[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.DDSheets.Item

this Property

this[int]

Gets the DDSheet at the specified index.

Declaration
public DDSheet this[int iIndex] { get; }
Parameters
Type Name Description
int iIndex
Property Value
Type Description
DDSheet

A DDSheet object, at the specified index in this collection.

Remarks

In C#, this property is an indexer for the DDSheets class.

this[string]

Gets the DDSheet with the specified name

Declaration
public DDSheet this[string sheetName] { get; }
Parameters
Type Name Description
string sheetName
Property Value
Type Description
DDSheet

A DDSheet object, with the specified name in this collection.

Remarks

In C#, this property is an indexer for the DDSheets class.
If a DDSheet with the specified name does not exist in the collection, null will be returned.
The sheetName argument is compared case insensitively.