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