ScrollBarWidth Constructors

Definition

Overloads

ScrollBarWidth()

Initializes a new instance of the ScrollBarWidth class.

ScrollBarWidth(String)

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

ScrollBarWidth()

Initializes a new instance of the ScrollBarWidth class.

public ScrollBarWidth ();
Public Sub New ()

Applies to

ScrollBarWidth(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to