GemBox.Spreadsheet
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TableRow Class

    Namespace:
    GemBox.Spreadsheet.Tables
    Assembly:
    GemBox.Spreadsheet.dll

    Represents a Table row. Supported in XLSX only.

    • C#
    • VB.NET
    public sealed class TableRow
    Public NotInheritable Class TableRow
    Inheritance:
    System.Object
    TableRow

    Properties

    DataRange

    Gets the row data range.

    • C#
    • VB.NET
    public CellRange DataRange { get; }
    Public ReadOnly Property DataRange As CellRange
    Property Value
    CellRange

    The CellRange.

    Index

    Gets the row index.

    • C#
    • VB.NET
    public int Index { get; }
    Public ReadOnly Property Index As Integer
    Property Value
    System.Int32

    The row index.

    Parent

    Gets the parent Table.

    • C#
    • VB.NET
    public Table Parent { get; }
    Public ReadOnly Property Parent As Table
    Property Value
    Table

    The parent Table.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.