Skip to main content
All docs
V23.2

SpreadsheetGroupInfo.StartIndex Property

Returns the index of the first row or column in the group.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public int StartIndex { get; }

Property Value

Type Description
Int32

A zero-based row or column index.

See Also