GetRowCount Method (IBomTable)
Obsolete. Superseded by IBomTable::GetTotalRowCount.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRowCount() As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IBomTable
Dim value As System.Integer
value = instance.GetRowCount() |
C# | |
---|
System.int GetRowCount() |
C++/CLI | |
---|
System.int GetRowCount(); |
See Also