Created
March 8, 2016 06:11
-
-
Save relyky/691e3025868adf963667 to your computer and use it in GitHub Desktop.
VB6, DataGrid, RowCount 取得DataGrid資料筆數
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'# 取得DataGrid資料筆數 | |
Dim data_grid_row_count AS Long | |
data_grid_row_count = DataGrid.ApproxCount | |
'# 取 type name | |
Debug.Print TypeName(grdGroup.ApproxCount) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment