onspring-api-sdk
    Preparing search index...

    Class Row

    Row - Represents a row of data in a report.

    Index
    • Parameters

      • recordId: number

        The id of the record that the row represents.

      • cells: any[]

        The cells in the row.

      Returns Row

      • A new instance of Row.
    cells: any[]
    recordId: number