CellRangeCreate Method

Creates a range of cells in a table.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 25.3.0.0
Syntax
public static CellRange Create(
        Table table,
        int topRow,
        int leftColumn,
        int bottomRow,
        int rightColumn
)

Parameters

table  Table
[in] Table that stores cells from which to create a cell range.
topRow  Int32
[in] Index of the top row of the range.
leftColumn  Int32
[in] Index of the left column of the range.
bottomRow  Int32
[in] Index of the bottom row of the range.
rightColumn  Int32
[in] Index of the right column of the range.

Return Value

CellRange
See Also

©  Bricsys NV. All rights reserved.