Skip to main content
All docs
V25.1
  • SpreadsheetGroupInfo.StartIndex Property

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

    Namespace: DevExpress.XtraSpreadsheet

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