| Revit 2023 API | 
| TableMergedCell..::..Left Property | 
| TableMergedCell Class See Also | 
   Specifies the column index of the top-left corner of a table grid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 
   2011
 Syntax
Syntax
| C# | 
|---|
| public int Left { get; set; } | 
| Visual Basic | 
|---|
| Public Property Left As Integer Get Set | 
| Visual C++ | 
|---|
| public: property int Left { int get (); void set (int value); } |