InfoPartGroup.rowCountWhenSmallValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
rowCountWhenSmallValue(Int32) | |
rowCountWhenSmallValue() |
rowCountWhenSmallValue(Int32)
public:
virtual int rowCountWhenSmallValue(int _value);
public virtual int rowCountWhenSmallValue (int _value);
abstract member rowCountWhenSmallValue : int -> int
override this.rowCountWhenSmallValue : int -> int
Public Overridable Function rowCountWhenSmallValue (_value As Integer) As Integer
Parameters
- _value
- Int32
Returns
Applies to
rowCountWhenSmallValue()
public:
virtual int rowCountWhenSmallValue();
public virtual int rowCountWhenSmallValue ();
abstract member rowCountWhenSmallValue : unit -> int
override this.rowCountWhenSmallValue : unit -> int
Public Overridable Function rowCountWhenSmallValue () As Integer