Back to Devexpress

ChartSheetCollection.Item[String] Property

officefileapi-devexpress-dot-spreadsheet-dot-chartsheetcollection-dot-item-x28-system-dot-string-x29.md

latest2.1 KB
Original Source

ChartSheetCollection.Item[String] Property

Gets a chart sheet by its name.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ChartSheet this[string name] { get; }
vb
ReadOnly Property Item(name As String) As ChartSheet

Parameters

NameTypeDescription
nameString

A String value that specifies the name of the chart sheet to obtain.

|

Property Value

TypeDescription
ChartSheet

A ChartSheet object that is the chart sheet with the specified name.

|

Remarks

Use the Item property to obtain a chart sheet by its name from the workbook’s collection of chart sheets. When searching, the name parameter value is compared to the Name property of chart sheet objects. If no matches are found, an exception is thrown. To check whether a chart sheet with the specified name exists in the collection, use the ChartSheetCollection.Contains method.

A chart sheet can be also accessed by its index in the collection.

See Also

Contains

ChartSheetCollection Interface

ChartSheetCollection Members

DevExpress.Spreadsheet Namespace