Share

CellRange.CellRange Constructor

Description

Default constructor.

Visual Basic

Protected Sub New(
    table As Table, 
    topRow As Integer, 
    leftColumn As Integer, 
    bottomRow As Integer, 
    rightColumn As Integer
)

C#

protected CellRange(
    Table table, 
    int topRow, 
    int leftColumn, 
    int bottomRow, 
    int rightColumn
);

Links

CellRange Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?