Skip to main content
All docs
V24.1

SpreadsheetGroupInfo.StartIndex Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v24.1.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