IntegerValue Constructors
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
IntegerValue() |
Initializes a new instance of the IntegerValue class. |
IntegerValue(IntegerValue) |
Initializes a new instance of the IntegerValue class by deep copying the supplied IntegerValue class. |
IntegerValue(Int64) |
Initializes a new instance of the IntegerValue class using the supplied Int64 value. |
IntegerValue()
Initializes a new instance of the IntegerValue class.
public IntegerValue ();
Public Sub New ()
Applies to
IntegerValue(IntegerValue)
Initializes a new instance of the IntegerValue class by deep copying the supplied IntegerValue class.
public IntegerValue (DocumentFormat.OpenXml.IntegerValue source);
new DocumentFormat.OpenXml.IntegerValue : DocumentFormat.OpenXml.IntegerValue -> DocumentFormat.OpenXml.IntegerValue
Public Sub New (source As IntegerValue)
Parameters
- source
- IntegerValue
The source IntegerValue class.
Applies to
IntegerValue(Int64)
Initializes a new instance of the IntegerValue class using the supplied Int64 value.
public IntegerValue (long value);
new DocumentFormat.OpenXml.IntegerValue : int64 -> DocumentFormat.OpenXml.IntegerValue
Public Sub New (value As Long)