NonEmptyColumnCount Property
NonEmptyColumnCount
Gets the number of columns in the model that contain data (bound or unbound).
 
Declaration
  public override int NonEmptyColumnCount { get; }
 
  Public Overrides ReadOnly Property NonEmptyColumnCount As Integer
 
Overrides