'Declaration
Protected Overridable Function GetDataBindingRowColumnCount( _ ByVal sender As Object, _ ByRef rowCount As Integer, _ ByRef columnCount As Integer _ ) As Boolean
'Usage
Dim instance As DataManager Dim sender As Object Dim rowCount As Integer Dim columnCount As Integer Dim value As Boolean value = instance.GetDataBindingRowColumnCount(sender, rowCount, columnCount)
Parameters
- sender
- rowCount
- columnCount