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

    Show / Hide Table of Contents

    CreateTableCell Delegate

    Namespace:
    GemBox.Document.Tables
    Assembly:
    GemBox.Document.dll

    Encapsulates a method used to create TableCell for specified row and column.

    • C#
    • VB.NET
    public delegate TableCell CreateTableCell(int rowIndex, int columnIndex);
    Public Delegate Function CreateTableCell(rowIndex As Integer, columnIndex As Integer) As TableCell
    Parameters
    rowIndex
    System.Int32

    Index of the row.

    columnIndex
    System.Int32

    Index of the column.

    Returns
    TableCell

    A TableCell instance that encapsulated method creates.

    See Also

    Table(DocumentModel, Int32, Int32, CreateTableCell)
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.