TableGetRowCount Method |  |
Get table row count
Namespace:
SOWIDocument.Word
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic int GetRowCount(
string pTableName
)
Public Function GetRowCount (
pTableName As String
) As Integer
Parameters
- pTableName
- Type: SystemString
Table name
Return Value
Type:
Int32Row count
See Also