Share via


InfoPartGroup.rowCountWhenSmall Method

Definition

Overloads

rowCountWhenSmall()
rowCountWhenSmall(Int32)
rowCountWhenSmall(Int32, AutoMode)

rowCountWhenSmall()

public:
 virtual int rowCountWhenSmall();
public virtual int rowCountWhenSmall ();
abstract member rowCountWhenSmall : unit -> int
override this.rowCountWhenSmall : unit -> int
Public Overridable Function rowCountWhenSmall () As Integer

Returns

Applies to

rowCountWhenSmall(Int32)

public:
 virtual int rowCountWhenSmall(int num1);
public virtual int rowCountWhenSmall (int num1);
abstract member rowCountWhenSmall : int -> int
override this.rowCountWhenSmall : int -> int
Public Overridable Function rowCountWhenSmall (num1 As Integer) As Integer

Parameters

num1
Int32

Returns

Applies to

rowCountWhenSmall(Int32, AutoMode)

public:
 virtual int rowCountWhenSmall(int _value, Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public virtual int rowCountWhenSmall (int _value, Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
abstract member rowCountWhenSmall : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
override this.rowCountWhenSmall : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
Public Overridable Function rowCountWhenSmall (_value As Integer, _mode As AutoMode) As Integer

Parameters

_value
Int32
_mode
AutoMode

Returns

Applies to