RowOffset Constructors

Definition

Overloads

RowOffset()

Initializes a new instance of the RowOffset class.

RowOffset(String)

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

RowOffset()

Initializes a new instance of the RowOffset class.

public RowOffset ();
Public Sub New ()

Applies to

RowOffset(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to