ScrollBarMin Constructors

Definition

Overloads

ScrollBarMin()

Initializes a new instance of the ScrollBarMin class.

ScrollBarMin(String)

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

ScrollBarMin()

Initializes a new instance of the ScrollBarMin class.

public ScrollBarMin ();
Public Sub New ()

Applies to

ScrollBarMin(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to