Gets the number of rows in the design table that are currently visible in the model view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRowCount() As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IDesignTable
Dim value As Integer
value = instance.GetRowCount()
|
C++/CLI | |
---|
int GetRowCount(); |
Return Value
Number of rows currently visible in the model view
Example
Remarks
See Also