Revit 2024 API |
TableSectionData..::..LastRowNumber Property |
TableSectionData Class See Also |
The last row in this section of the table.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2014
Syntax
C# |
---|
public int LastRowNumber { get; } |
Visual Basic |
---|
Public ReadOnly Property LastRowNumber As Integer Get |
Visual C++ |
---|
public: property int LastRowNumber { int get (); } |