Skip to content

Instantly share code, notes, and snippets.

@relyky
Created March 8, 2016 06:11
Show Gist options
  • Save relyky/691e3025868adf963667 to your computer and use it in GitHub Desktop.
Save relyky/691e3025868adf963667 to your computer and use it in GitHub Desktop.
VB6, DataGrid, RowCount 取得DataGrid資料筆數
'# 取得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