TableMultiWayTableUnbalancedNCells Property |
Returns the number of non-empty cells.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int NCells { get; }
Public ReadOnly Property NCells As Integer
Get
public:
property int NCells {
int get ();
}
member NCells : int with get
Property Value
Type:
Int32
A
int containing the number of non-empty cells.
See Also