ReportSumControl.thousandSeparator 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
thousandSeparator() | |
thousandSeparator(Int32) |
thousandSeparator()
public:
virtual int thousandSeparator();
public virtual int thousandSeparator ();
abstract member thousandSeparator : unit -> int
override this.thousandSeparator : unit -> int
Public Overridable Function thousandSeparator () As Integer
Returns
Applies to
thousandSeparator(Int32)
public:
virtual int thousandSeparator(int _value);
public virtual int thousandSeparator (int _value);
abstract member thousandSeparator : int -> int
override this.thousandSeparator : int -> int
Public Overridable Function thousandSeparator (_value As Integer) As Integer
Parameters
- _value
- Int32