NonEmptyColumnCount Property (GroupDataModel)
In This Topic
Gets the number of columns in the model that contain data (bound or unbound).
Syntax
'Declaration
Public Overrides ReadOnly Property NonEmptyColumnCount As Integer
'Usage
Dim instance As GroupDataModel
Dim value As Integer
value = instance.NonEmptyColumnCount
public override int NonEmptyColumnCount {get;}
Property Value
Integer number of the columns that contain data
Example
This example returns the number of non-empty rows and columns.
See Also