Back to Devexpress

ChartSheetCollection.IndexOf(ChartSheet) Method

officefileapi-devexpress-dot-spreadsheet-dot-chartsheetcollection-dot-indexof-x28-devexpress-dot-spreadsheet-dot-chartsheet-x29.md

latest1.5 KB
Original Source

ChartSheetCollection.IndexOf(ChartSheet) Method

Returns the zero-based index of the specified chart sheet in the collection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
int IndexOf(
    ChartSheet chartSheet
)
vb
Function IndexOf(
    chartSheet As ChartSheet
) As Integer

Parameters

NameTypeDescription
chartSheetChartSheet

A ChartSheet object to locate in the collection.

|

Returns

TypeDescription
Int32

A zero-based integer which specifies the chart sheet position within the collection. -1 if the chart sheet doesn’t belong to the collection.

|

See Also

ChartSheetCollection Interface

ChartSheetCollection Members

DevExpress.Spreadsheet Namespace