DropStyle Constructors

Definition

Overloads

DropStyle()

Initializes a new instance of the DropStyle class.

DropStyle(String)

Initializes a new instance of the DropStyle class with the specified text content.

DropStyle()

Initializes a new instance of the DropStyle class.

public DropStyle ();
Public Sub New ()

Applies to

DropStyle(String)

Initializes a new instance of the DropStyle class with the specified text content.

public DropStyle (string text);
new DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle : string -> DocumentFormat.OpenXml.Vml.Spreadsheet.DropStyle
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to