RowOffset 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
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.