Separator 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
Separator() |
Initializes a new instance of the Separator class. |
Separator(String) |
Initializes a new instance of the Separator class with the specified text content. |
Separator()
Initializes a new instance of the Separator class.
public Separator ();
Public Sub New ()
Applies to
Separator(String)
Initializes a new instance of the Separator class with the specified text content.
public Separator (string text);
new DocumentFormat.OpenXml.Drawing.Charts.Separator : string -> DocumentFormat.OpenXml.Drawing.Charts.Separator
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.